Recently, Salvatore Bancheri wrote:
> Please help! I would like to import a text file (created in Notepad) in a
> field in metacard. How do I do it?
Maybe you can use this:
open file pathToMyTextFile for read
read from file pathToMyTextFile until eof
put it into myField
close file pathToMyTextFile
Regards,
Scott
_____________________________________________________________________
Scott Rossi Tactile Media - Multimedia & Design
Creative Director Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.