Difference between revisions of "MEMOTRAN()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) (→Description) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to translate carriage returns | Function to translate carriage returns | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[HARDCR()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[TEXTEDIT()]] | + | [[HARDCR()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOSAY()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[TEXTEDIT()]] |
==Description== | ==Description== | ||
− | The MEMOTRAN() function translates all hard carriage returns (ASCII 13), within the <memofield> or <expC1>, into the character defined by <expC2>. If <expC2> is not specified, then it defaults to a semicolon. | + | The MEMOTRAN() function translates all hard carriage returns (ASCII 13), within the <memofield> or <expC1>, into the character defined by <expC2>. If <expC2> is not specified, then it defaults to a semicolon. MEMOTRAN() also translates all line feed/soft carriage returns (ASCII 10), within the <memofield> or <expC1>, into the character defined by <expC3>. If <expC3> is not specified, then it defaults to a space. |
− | + | ||
==Example== | ==Example== | ||
Line 26: | Line 21: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Memos]] | ||
+ | [[Category:Memos Functions]] |
Latest revision as of 09:02, 19 August 2022
Purpose
Function to translate carriage returns
Syntax
MEMOTRAN(<memofield> | <expC1> [,<expC2> [,<expC3>]])
See Also
HARDCR(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOREAD(), MEMOSAY(), MEMOWRITE(), MLCOUNT(), MLINE(), SET MEMOWIDTH, SET MEMOWINDOW, TEXTEDIT()
Description
The MEMOTRAN() function translates all hard carriage returns (ASCII 13), within the <memofield> or <expC1>, into the character defined by <expC2>. If <expC2> is not specified, then it defaults to a semicolon. MEMOTRAN() also translates all line feed/soft carriage returns (ASCII 10), within the <memofield> or <expC1>, into the character defined by <expC3>. If <expC3> is not specified, then it defaults to a space.
Example
use accounts m_var = memotran(product_des)
Products
Recital Server, Recital