PDA

View Full Version : can i open a text file whit 10 lines but all line to varibel



lnd
04-12-2006, 03:10 AM
can i open a text file whit 10 lines but all line to varibel?

Corey
04-12-2006, 03:14 AM
Check out the action TextFile.ReadToTable, there's a working example in the help file. :)

yosik
04-12-2006, 03:15 AM
You can use TextFile.ReadToString.

Yossi

yosik
04-12-2006, 03:16 AM
You beat me to it, Corey :) :)
But I think he wanted all lines in one variable.
Anyway, both solutions are here...
Yossi

Corey
04-12-2006, 03:29 AM
Yep, a person can never have too many options. :)

Roboblue
04-12-2006, 02:32 PM
Or Mambo techniques