Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left() on array member shows incorrect results
Message
 
To
01/09/2009 05:20:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01422104
Message ID:
01422106
Views:
66
>I think I am losing my mind at 4:00 am.
>
>I have an array aTest[1000]
>
>atest[1] = "   Hello"
>atest[1] = alltrim(atest[1])
>? atest[1]
>Hello
>? len(atest[1])
>5
>? lower(atest[1])
>hello
>* BUT
>? left(atest[1],3)
>[blank]
>? left(atest(1),4)
>   H
>
>
>Always the left functon on any array member is 4 chars off. Am I dreaming this?
>
>Thanks


It works for me here (VFP9 SP2)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform