Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove last character from var
Message
 
To
22/04/2005 03:13:09
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01007370
Message ID:
01007376
Views:
18
>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
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=JUSTPATH(cDir)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform