Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View content of an array
Message
De
13/12/2023 14:20:36
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01687426
Message ID:
01687427
Vues:
74
>Hi,
>I forgot how to do it. If I have an array (in a test code), and I want to view the content, how do you do it?
>Example:
>
>dimension aTest[5,1]
>aTest[1,1] = "ABC"
>aTest[2,1] = "A2BC"
>aTest[3,1] = "AB4C"
>aTest[4,1] = "AB67C"
>aTest[5,1] = "AB7C"
>
>How to do you view the content of the aTest in the IDE?
>
>TIA

Depends what you like to do:

DISP MEMO LIKE aTest

or DEBUG and look in the "Locals" window.

or check https://www.levelextreme.com/Home/ShowHeader?Activator=17&ID=9948 Browse Array
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform