Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT-SQL problem with SUBSTR
Message
From
03/09/2002 13:56:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SELECT-SQL problem with SUBSTR
Miscellaneous
Thread ID:
00696315
Message ID:
00696315
Views:
54
Has anybody encountered an error in using SUBSTR() with SELECT-SQL code?

select IIF("." $ objectname, ;
SUBSTR(objectname,1,AT(".",objectname)-1), objectname), ;
from childtable

This code returns only up to 7 characters. I noticed that if the objectname before the period is greater than 8 chars., it outputs only 7 characters. My examples are objectname="specsupus.free","special.free","address1.free","disc.free".

The statement above returns
specsup
special
address
disc

Is there any flag that affects this output that I should set to ON or OFF?

Thanks a lot for th ehelp.

Nerissa
Next
Reply
Map
View

Click here to load this message in the networking platform