_ function
BlitzMax Forums/BlitzMax Programming/_ function I use it to deferentiate between internal fields and methods (privite) and external fields and methods (Public)
If BMax had real private/public then I would probably still use it, as it helps me keep track of which field/Methods I can access from the main program. (And when the list of member methods is aphabetical for a type, it holds them all in the same place)
If BMax had real private/public then I would probably still use it, as it helps me keep track of which field/Methods I can access from the main program. (And when the list of member methods is aphabetical for a type, it holds them all in the same place)
I prepend underscores for the same purpose, what he's talking about is the function being only an underscore.
Oh Silly me ;o