Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to remove last two columns of two dimensional array
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Want to remove last two columns of two dimensional array
Divers
Thread ID:
00476793
Message ID:
00476793
Vues:
62
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform