opening a text file

erik hansen erikhans08 at yahoo.com
Tue Apr 29 21:16:00 EDT 2003


From: "Ken Norris" <pixelbird at interisland.net>
Try the form:
[description], *.extension, where description is
optional

answer file "Open Music:" with filter
"MyMusicText,*.txt"

...at any rate, this form requires the actual
extension, and the file 
has to be in the default folder.

=====

From: "Wilhelm Sanke" <sanke at hrz.uni-kassel.de> 
answer file "Choose a textfile" with filter
"*.txt"
# select a file from a folder
# put it into ChosenFile                         
                    
#  i.e. path + file
put "file:"&Chosenfile into URLfile
# create format for URL downloading
put URL URLfile into fld "Textdisplay"

=====

thanks for the ideas.
they will use come in handy when
i start cross-platforming to Windows.

Erik


=====
erik at erikhansen.org    http://www.erikhansen.org

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com



More information about the use-livecode mailing list