it's obviously a sqlite table, that's intended to reference purebasic veriables.
(type, bytesize,minrange, maxrange, pbisequal)
Code: Select all
"('char', '1 Byte', '-128','+127', 'Byte')")
"('unsigned char', '1 Byte', '0', '255', 'Ascii')")
"('int', '2 Byte', '-2147483648','+2147483647','Long')")
"('unsigned int', '2 Byte', '0','+4294967295', '')")
"('short int', '1 Byte', '-32768','+32767', 'Word')")
"('unsigned short int','?', '0','+65535', 'Unicode')")
"('long', '', '','', '')")
"('unsigned long', '', '','', '')")
"('long int', '4 Byte', '','', '')")
"('unsigned long int', '4 Byte', '','', '')")
"('float', '4 Byte', '','', 'Float')")
"('double', '8 Byte', '','', 'Double')")
"('long double', '10 Byte','','', '')")



