Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to printer instead of screen
Message
From
30/10/2002 23:43:18
 
 
To
30/10/2002 12:52:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00716878
Message ID:
00717210
Views:
14
mtest=ADIR(dir)
SET PRINTER on
FOR a=1 TO ALEN(dir,1)-1
? dir(a,1),dir(a,2),dir(a,3),dir(a,4),dir(a,5),dir(a,6)
ENDFOR
SET PRINTER off
SET PRINTER TO && must have this line

You can contol the output a little better with this.

Tim Boccaleri
http://www.planot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform