Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
At and RAT
Message
From
12/03/2004 10:47:24
 
 
To
12/03/2004 10:42:19
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00885613
Message ID:
00885619
Views:
12
Try something similar to this.
x = "C:\scanproj\temp"
n = RAT("\",x,1)
IF n = LEN(x)
   && Add Slash
   x = SUBSTR(x,1,LEN(x))+"\"
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform