Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Folder Name
Message
From
03/02/2005 14:15:36
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00983436
Message ID:
00983583
Views:
15
Hi Terry,

many of the old foxtools.fll functions, most of which now are built into VFP, can be used for many other things than they really are intended for, because most of them in reality are nothing but string handling functions. One good example that comes to my mind, is the easiest way to get the decimal value of a numeric value in a string.
cText='123.456'
JUSTEXT(cText) = '456' 
And of course
JUSTSTEM(cText)= '123'
>Tore
>
>I wouldn't have thought of that because JUSTSTEM should, according to Help, work with a File Name (expecting an extension and not "\"). So is this undocumented extended use of a function?
>
>Terry
>
>>Easiest solution
JUSTSTEM(JUSTPATH(cdir))
>>>Hi all,
>>>
>>>I have cdir = "c:\Myapp\mydata\Bo\" and i want "bo".
>>>
>>>How can i do it ?
>>>
>>>thank in advance
>>>
>>>Bernhart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform