Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String to Integer Conv VFP50
Message
From
08/04/1998 12:50:40
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
 
 
To
08/04/1998 12:38:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00090491
Message ID:
00090502
Views:
23
I Understand a little English but if your problem is this:
inchar="2254"
and you wanna have inchar=2254
you can do this:
inchar=int(val(inchar))
or Inchar1=int(val(inchar))
release inchar
inchar=Inchar1
release inchar1
Fernando España
SQL Server Specialist
Previous
Reply
Map
View

Click here to load this message in the networking platform