Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Initializing an array
Message
De
28/07/2014 11:08:32
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
28/07/2014 10:41:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01604783
Message ID:
01604825
Vues:
58
Hi Yossi

What are you using an array for? An indexed cursor may be faster.

http://fox.wikis.com/wc.dll?Wiki~SEEKvsASCAN~WIN_COM_API

>>>Hi All:
>>>
>>>What is the syntax for initializing an array without having to do a loop. Say I want to initialize an array with letters of the alphabet.
>>>
>>>Something like:
>>>
>>>
>>>myArray = ('A', 'B', 'C'....)
>>>
>>>
>>>Thanks,
>>>
>>>Yossi
>>
>>lcString = 'A,B,C,D'
>>
>>ALINES(@laArray, lcString, ',')
>
>Naomi, Sergey, Tamar,
>
>1. My VFP doesn't like the '@'. It works well without this.
>2. How can I initialize a 2 dimensional array?
>
>Thanks,
>
>Yossi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform