Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it okay to name a function True()
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Miscellaneous
Thread ID:
01097002
Message ID:
01097028
Views:
16
Hi Evan

>IF True(x) = .F.
> blah de blah
>ENDIF

I will go with the others, but like you said it is personal preference.
IF IsTrue(x)
   ...
ENDIF
IF NOT IsTrue(x)
   ...
ENDIF
The way I have named it after Tore's response.
IF _True(x)
   ...
ENDIF
IF NOT _True(x)
   ...
ENDIF
Say.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Reply
Map
View

Click here to load this message in the networking platform