List from Oxygen Help of Variables:
Once you placed them below in the chart,
place a + afterwards for each time placed.
I did a few as an example.
any
asciiz
bool
bstr
bstring
bstring2
byte +
char +
cpu
cstring
double +
dword
ext
extended
gstring
float +
fpu
int
integer
long
mmx
quad
qword
short +
single
string
sys
ubyte
uint +
ulong
void
word
wstring
xmm
zstring
zstring2
* refers to C variables
Variable Types in Oxygen
===============================================================================
Type Allowed Ranges
===============================================================================
byte
char
short
*char -128 to 127 or 0 to 255
===============================================================================
*signed char -128 to 127
===============================================================================
*unsigned char 0 to 255
===============================================================================
*signed short int -32768 to 32,767
===============================================================================
*unsigned short int 0 to 65,535
===============================================================================
*signed int -2,147,483,648 to 2,147,483,647
===============================================================================
uint
*unsigned int 0 to 4,294,967,295
===============================================================================
*signed long int -2,147,483,648 to 2,147,483,647
===============================================================================
*unsigned long int 0 to 4,294,967,295
===============================================================================
*signed long long int -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
===============================================================================
*unsigned long long int 0 to 18,446,744,073,709,551,615
===============================================================================
float
*float 1×10-37 to 1×10^37
===============================================================================
double
*double 1×10-308 to 1×10^308
===============================================================================
*long double 1×10-308 to 1×10^308