10.05.2009, 09:41
Quote:
Originally Posted by OmeRinG
instead of dini Int and IntSet use dini_Set and dini_Get.... for floats dini_FloatSet and dini_Float... for boolean dini_Bool and dini_BoolSet
Get-Set = Strings (Strings such as "Hello my name is Omer.") Int-IntSet = Integers (normal number variables) Float-FloatSet = Floats (Floating point numbers, EX: 756.897) Bool-BoolSet = Booleans (True and False) |
Now
Strings are basically words.
Integers are numbers.
Floats are, well floats, for stuff like co-ordinates.
Obviously, a name is words, so you need to use a string, meaning you should use dini_Set