Difference between revisions of "SET STRINGBUF"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET STRINGBUF=
 
 
 
==Class==
 
String Data
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify or reset the memory used for temporary string operations.
 
Specify or reset the memory used for temporary string operations.
Line 25: Line 18:
 
<code lang="recital">
 
<code lang="recital">
 
// Reset string buffer
 
// Reset string buffer
set stringbuf to 8192</code>
+
set stringbuf to 8192
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|STRINGBUF]]
 
[[Category:Set_Commands|STRINGBUF]]
 +
[[Category:String Data]]
 +
[[Category:String Data Set Commands]] 
 +
[[Category:Environment]]
 +
[[Category:Environment Set Commands]]

Latest revision as of 15:34, 25 November 2009

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 Server, Recital