Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove last character from var
Message
From
22/04/2005 03:13:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Remove last character from var
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01007370
Message ID:
01007370
Views:
64
Hi to all

I have a code which picks up a file name and puts it on the clipboard. The variable picks up an extra back-slash which I don't need. Is there any shortcut to either remove the back-slash at the end of the m.cDir or any other way to go about this.

This is how I remove the slash now :
ccurrdir="c:\drymat\pdf\"
cDir=getdir(ccurrdir,"Select a file to attach to email","File selection screen",16384) && 64 for drag and drop folders
_cliptext=(cDir) &&getfile()
if right(_cliptext,1)="\"
nslash=len(_cliptext)
_cliptext=substr(_cliptext,1,(nSlash-1))
endif

Thanks for your help. Shafid
Next
Reply
Map
View

Click here to load this message in the networking platform