Comet32
From CometWiki
(Difference between revisions)
m (minor) |
m (→CopyFormat -- Copies all values from one format or map to another. Converts strings from to numerics etc.) |
||
Line 32: | Line 32: | ||
=====[[GetMap]] -- Using a MAP, retrieves values from a string.===== | =====[[GetMap]] -- Using a MAP, retrieves values from a string.===== | ||
- | =====[[CopyFormat]] -- Copies all values from one format or map to another. Converts strings | + | =====[[CopyFormat]] -- Copies all values from one format or map to another. Converts strings to/from numerics etc.===== |
+ | |||
=====[[ClearFormat]] -- Clears all of the variables contained in a Map or Format.===== | =====[[ClearFormat]] -- Clears all of the variables contained in a Map or Format.===== | ||
=====[[StripFormat]] -- Trims (Strip) leading and trailing spaces from all of the variables contained in a Map or Format.===== | =====[[StripFormat]] -- Trims (Strip) leading and trailing spaces from all of the variables contained in a Map or Format.===== |
Revision as of 00:44, 10 July 2011
Comet32
The MySql Interface Device
Easy output of XML formatted data
Easy Input and Output of CSV Data
New Cryptographic functions
Xap2
The debugger has been Replaced with Trace statements
IB Enhancements for Comet32
Comet Dates have much more flexability
The size of the user buffer (# buffer) has been increased to 8K.
Strings may be declared up to 64K in length.
You may declare a dynamic string that will allocate only the memory required for the current length of the data assigned to it. These strings may be up to 4gb in length. For performance, chunks of memory will be allocated in 64k increments. (Arrays may not be dynamic).
Numbers may include up to 64 digits; 32 integer and 32 fractional.
An extensive math package has been added including trig functions, factorial, logs, and exponents.
Editmasks rules regarding the length of the editmask and the length of the number have been relaxed to reduce runtime errors.
The maximum array size has been increased to 4.2gb.
User-defined procs have been implemented. For more info see User Defined Procs.
New instructions have been implemented:
Input/Print File
Usr Defined Procs
Get/Set Format
SearchFile
NOEXCP has been added as an option to EXCP= on file system statements, NoExcp
SetTimer fires an event while the user is in an input from the keyboard.
The Map Statement
Comet32 introduces the MAP statement which looks much like a format statement but is used to associate names with variables in your program (Values). The MAP statement is used interchangably in the following new statements: