Difference between revisions of "SET BLOCKSIZE"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET BLOCKSIZE=
 
 
 
==Class==
 
Xbase Compatibility
 
 
 
 
==Purpose==
 
==Purpose==
 
Changes the default block size of memo fields
 
Changes the default block size of memo fields
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET COMPATIBLE, SET FILETYPE, SET INDEXEXT, SET MEMOEXT
+
[[SET COMPATIBLE]], [[SET FILETYPE]], [[SET INDEXEXT]], [[SET MEMOEXT]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set blocksize to 3</pre>
+
set blocksize to 3</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]]
+
[[Category:Set_Commands|BLOCKSIZE]]

Latest revision as of 16:47, 12 November 2009

Purpose

Changes the default block size of memo fields


Syntax

SET BLOCKSIZE TO <expN>


See Also

SET COMPATIBLE, SET FILETYPE, SET INDEXEXT, SET MEMOEXT


Description

This command changes the block size of dBASE IV and FoxPro memo fields.


Example

set blocksize to 3


Products

Recital Server, Recital