Miscellaneous Toolbox
Contents
- 1 Real to Integer Object
- 2 Integer to Real Object
- 3 Byte to Integer
- 4 Integer to Byte
- 5 WAV to Integer
- 6 Integer to WAV
- 7 String to Integer
- 8 Integer to String
- 9 String to Byte
- 10 Byte to String
- 11 Date to Real
- 12 Real to Date
- 13 Date Greater Than
- 14 Date Greater Than or Equal
- 15 Date Equal
- 16 Date Not Equal
- 17 String Greater Than
- 18 String Greater Than or Equal
- 19 String Equal
- 20 String Not Equal
- 21 String Addition
- 22 String Subject
- 23 String Delete
- 24 String Insert
- 25 String Length
- 26 String Position
- 27 String Upper Case
- 28 String Lower Case
- 29 Byte Addition
- 30 Byte Subtract
- 31 Byte Delete
- 32 Byte Insert
- 33 Byte Length
- 34 Byte Position
Real to Integer Object
Converts real numbers to integers.
Integer to Real Object
Converts integers to real numbers.
Byte to Integer
Converts bytes to integers.
Integer to Byte
Converts integers to bytes.
WAV to Integer
Converts WAVs to integers.
Integer to WAV
Converts Integers to WAV.
String to Integer
Converts strings to integers.
Integer to String
Converts integers to strings.
String to Byte
Converts strings to bytes.
Byte to String
Converts bytes to strings.
Date to Real
Converts dates to real.
Real to Date
Converts real to date.
Date Greater Than
Greater than (for use with dates).
Date Greater Than or Equal
Greater than or equal to (for use with dates).
Date Equal
Equal (for use with dates).
Date Not Equal
Not equal to (for use with dates).
String Greater Than
Greater than (for use with strings).
String Greater Than or Equal
Greater than or equal to (for use with strings).
String Equal
Equal (for use with strings).
String Not Equal
Not equal (for use with strings).
String Addition
Addition (for use with strings).
String Subject
Subtract (for use with strings).
String Delete
Delete (for use with strings).
String Insert
Insert (for use with strings).
String Length
Length of string
String Position
Position (for use with strings).
String Upper Case
Upper case (for use with strings).
String Lower Case
Lower case (for use with strings).
Byte Addition
Addition (for use with bytes).
Byte Subtract
Subtract (for use with bytes).
Byte Delete
Delete (for use with bytes).
Byte Insert
Insert (for use with bytes).
Byte Length
Length (for use with bytes).
Byte Position
Position (for use with bytes).