FBWiki : KeyPgMetaDynamic

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

$DYNAMIC


Metacommand to change the way arrays are allocated

Syntax:
'$Dynamic
or
rem $Dynamic

Description:
'$Dynamic is metacommand that specifies that any following array declarations are variable-length, whether they are declared with constant subscript ranges or not. This remains in effect for the rest of the module in which '$Dynamic is used, and can be overridden with $Static.

Examples:
' compile with -lang fblite or qb

#lang "fblite"

'$DYNAMIC
Dim a(100)
'......
ReDim a(200)

Dialect Differences:

Differences from QB:

See also:

Back to Array Functions
Back to Compiler Switches
Back to Preprocessor

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode