Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
De
14/06/2002 04:58:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Arrays
Divers
Thread ID:
00668248
Message ID:
00668410
Vues:
25
>Hi, Tom!
>
>>>
>ALINES(_array, "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",.f., ",")
><<
>
>Cool idea!

:) Really it's. You know what I was doing when alines thingy wasn't around and list wasn't long worth to another way :)
oDummy = createobject('combobox')
with oDummy
 .RowSourcetype = 1 && VAlue
 .RowSource = "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec"
 dimension arrLines[.ListCount]
 for ix=1 to .ListCount
   arrLines[ix]=.List(ix)
 endfor
endwith
release oDummy
Poor man's alines :)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform