Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing an array 1 line/column
Message
 
 
To
29/11/2001 14:58:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587688
Message ID:
00587694
Views:
20
You can use TRANSFORM() function w/o second parameter
FOR i=1 TO ALEN(laArray1)
  ? i, TRANSFORM(laArray1[i])
ENDFOR
>I know for this application at will have several 1 dimensional arrays of 1 to 20 columns.
>
>I want a record of the array I am creating. How to I get a nicely formated output? For example assume I have a(1) = 2001 , a(2) = 'text' , a(3) = 5. I would to print a page like the following
>
>array a
>
>col value
>1 2001
>2 text
>3 5
>
> etc
>
>If it helps I can put output in cursors, but I still need similar output.
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform