183
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
8.1.7.1
Supported Variable Types (T1000-based Devices)
The following variable types are supported by T1000-based devices:
Byte
Word
Dword
Char
Short (integer)
Long
Real (float)
Boolean
User-defined structures
User-defined enumeration types
For general type description see
.
8.1.7.2
Supported Functions (T1000-based Devices)
The following syscalls (platform functions) are supported by T1000-based devices:
String-related:
-
string character --> ASCII code;
-
ASCII code --> string character;
-
numerical string--> 16-bit value (word or short);
-
numerical string --> 32-bit value (dword or long);
-
numerical string --> real value;
-
unsigned 16-bit numeric value (word) --> binary numerical string;
-
unsigned 32-bit numeric value (dword) --> binary numerical string;
-
unsigned 16-bit numeric value (word) --> decimal numerical string;
-
signed 16-bit numeric value (short) --> decimal numerical string;
-
unsigned 32-bit numeric value (dword) --> decimal numerical string;
-
signed 32-bit numeric value (long) --> decimal numerical string;
-
unsigned 16-bit numeric value (word) --> hexadecimal numerical
string;
-
unsigned 32-bit numeric value (dword) --> hexadecimal numerical
string;
-
real value --> numerical string;
-
gets the string length;
-
gets a left portion of a string;
-
gets a middle portion of a string;
-
gets a right portion of a string;
-
inserts a string into another string;
-
finds a substring in a string;
-
generates a string using repeating substring;
-
calculates 16-bit (word) sum of string characters' ASCII codes.
43
189
191
210
200
209
190
197
207
208
199
200
195
199
194
198
198
202
205
196
197
207
209