Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert
Message
From
31/05/2005 05:46:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018623
Message ID:
01018636
Views:
25
hi,
thank you , but i get the message again too few argument
IF LOWER(LEFT(aFlds[nCnt,1]),1) == "q" && I missed How many positions from LEFT to extract
>My mistake:
>
>
>LOCAL lFlagused
>
>CREATE TABLE New1 FREE (NEWQ C(10))
>
>IF .NOT USED("ttable1")
>   USE ttable1 IN 0
>   lFlagused = .t.
>ENDIF
>
>SELECT ttable1
>nCntFields = AFIELDS(aFlds)
>FOR nCnt = 1 TO nCntFields
>    IF LOWER(LEFT(aFlds[nCnt,1]),1) == "q" && I missed How many positions from LEFT to extract
>       INSERT INTO New1 VALUES (aFlds[nCnt,1])
>    ENDIF
>NEXT
>
>IF lFlagused
>   USE IN SELECT("ttable1")
>ENDIF
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform