SET STRINGBUF

From Recital Documentation Wiki
Revision as of 13:26, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET STRINGBUF

Class

String Data


Purpose

Specify or reset the memory used for temporary string operations.


Syntax

SET STRINBUF TO<expN>


See Also

AT(), ATNEXT(), SUBSTR(), STR(), STUFF(), STRZERO(), MTOS(), RAT()


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