• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

FoxPro v2.5 + "allt()"

FrothyByte

[H]ard|Gawd
Joined
Jun 24, 2001
Messages
1,672
Hello all,

I have been tasked with converting an old FoxPro v2.5 program to Java. Having ZERO exposure to FoxPro up until now, I have to get a handle on the very basics first.

For anyone who has seen FoxPro before, what does the "allt([STRING_VALUE])" actually do?

I can't seem to find a simple explanation on the web and I'm sure it is really simple but "allt" isn't really self descriptive.

According to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/html/folrffunctions.asp (Yes, I know that is for VFP 8 but there really isn't a FP 2.5 msdn section ;) ) the "allt" function doesn't exist.

Any help would be great.

Thanks in advance.

-Ryan
 
I believe that's short for ALLTRIM which is a built-in function that trims both leading and trailing spaces from a string.

This is based on VFP 9.0 help files.
 
Back
Top