|
is there a possible way to define variables as words instead of boolean, objects, numbers, etc.
(comments are locked)
|
|
Yes, you can use something called an enumeration... i.e that is not what i ment >:|
Mar 10 '12 at 11:55 PM
Gamer2470
@Gamer2470: then maybe you should be more clear when writing your question. Because right now it doesn't really make any sense.
Mar 11 '12 at 01:11 AM
Eric5h5
(comments are locked)
|

Yes, it is indeed possible.
In Monodevelop or your preferred scripting program, simply type in what you would like a variable to do and the compiler will interpret this for you. For example, you could write this:
I think that should work, if not then I think the only way you can typecast is by actually typecasting per se.
Hope this helps, Klep