|
dominator Newbie
Joined: 23 May 2003 Posts: 1 Location: Sweden
|
Posted: Fri May 23, 2003 6:18 pm
Telling |
I would like to tell someone all thats written in a file.... for example, making a file named info.txt and then using a tell alias to tell that person all thats in that file. Anyone know how to make this ??
tellinfo anor
then it will tell anor the information in info.txt |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri May 23, 2003 8:04 pm |
#AL tellinfo {#FILE 1 info.txt;#LOOP %filesize( 1) {tell %1 %read( 1, 0)};#CLOSE 1}
LightBulb
Advanced Member |
|
|
|
|
|