Difference between revisions of "SET STRINGBUF"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 11: | Line 11: | ||
==Syntax== | ==Syntax== | ||
− | SET | + | SET STRINGBUF TO<expN> |
==See Also== | ==See Also== | ||
− | AT(), ATNEXT(), | + | [[AT()]], [[ATNEXT()]], [[MTOS()]], [[RAT()]], [[STR()]], [[STRZERO()]], [[STUFF()]], [[SUBSTR()]] |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
// Reset string buffer | // Reset string buffer | ||
− | set stringbuf to 8192</ | + | set stringbuf to 8192</code> |
==Products== | ==Products== | ||
Recital Database Server, Recital Mirage Server, Recital Terminal Developer | Recital Database Server, Recital Mirage Server, Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|STRINGBUF]] |
Revision as of 12:21, 12 March 2009
Contents
SET STRINGBUF
Class
String Data
Purpose
Specify or reset the memory used for temporary string operations.
Syntax
SET STRINGBUF TO<expN>
See Also
AT(), ATNEXT(), MTOS(), RAT(), STR(), STRZERO(), STUFF(), SUBSTR()
Description
This command allows you to specify or reset the amount of memory needed for temporary string operations used in character expressions. The default string buffer size is 8192 bytes.
Example
// Reset string buffer set stringbuf to 8192
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer