Wish Clarion CLEAR sentence

WhiteWizard

Member
Licensed User
In Clarion, CLEAR(Variable) will reset the variable to it's default value, 0 for numbers and "" for Strings. If later in the programming process, you change the type of a variable, then CLEAR() will allways work..
Very usefull for nested objects since it clears each internal property. Perhaps an extended initialize can do the trick.
 
Top