Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to remove last two columns of two dimensional array
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Want to remove last two columns of two dimensional array
Miscellaneous
Thread ID:
00476793
Message ID:
00476793
Views:
63
SELECT (calias)
SCAN FOR ALLTRIM(USER_ID) = ALLTRIM(User) and alltrim(lettername) = alltrim(letters.lettername)
SCATTER TO A_Temp
INSERT INTO RT_LETTR FROM ARRAY A_Temp
ENDSCAN

Is some existing code that works. Except the last two columns of calias contain fields user and lettername which are really just in the table for programming. They should not be inserted into RT_LETTR. So I would like to prevent the last two columns of calias from being inserted into RT_LETTR. calias is built with a STRUCTURE and never has the same number of columns or the same column names.

Thanks

Brenda
Next
Reply
Map
View

Click here to load this message in the networking platform