Empty Strings = Null
BlitzMax Forums/BlitzMax Programming/Empty Strings = Null Yeah, I only came across this a month or two back too. Nice, isn't it?
You've got to be joking me... You two never knew that, or are you just jesting?
In word(ish), I initialize strings with:-
Local someString:String = Null
Just so I know they are empty... and yes, I know "" is a bit quicker to type, but I find it reads better.
Dabz
In word(ish), I initialize strings with:-
Local someString:String = Null
Just so I know they are empty... and yes, I know "" is a bit quicker to type, but I find it reads better.
Dabz
There's no need to initialise them, they are always null although sometimes I initialise them as null out of oldschool paranoia :-)
Wow. That's cool!