1.

Solve : Question about BASIC (freebasic)?

Answer»

I need to know what the primitive types are for the LANGUAGE BASIC.  I am running freebasic if it makes a difference.   I can't FIND the information online anywhere.  THank you in advance for the HELP.For a long time the types used in  most BASIC compilers has been
Floating point
String
Integer
There was no type for byte, but some commands and functions requited byte values. For EXAMPLE, the function CHR$(n) requires that n be limited to a byte value.
Does that help any?

There is a free basic FORUM. Did you look there?
http://www.freebasic.net/forum/
There you can find that freeBASIC contains more data types.
http://www.freebasic.net/wiki/wikka.php?wakka=CatPgStdDataTypes



Discussion

No Comment Found