Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOW TO CONVERT A LOGICAL VARIABLE TO STRING
Message
From
03/11/1998 19:42:06
 
 
To
03/11/1998 17:33:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00154129
Message ID:
00154161
Views:
16
>Hello everyone:
>I want to display the content of a logical variable(.T. .OR. .F.) AS FOLLOWS :
>
>WAIT WINDOW 'THIS IS THE VALUE'+lMyvariable
>
>but I get an error: operator/operand type mismatch.
>
>How can I convert this variable to character so I can display it with the WAIT WINDOW command.
>
>Thanks,
>Sergio

or

WAIT WINDOW 'THIS IS THE VALUE '+TRANSFORM(lMyvariable)
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform