Hello,
    I am tring to get a "Chat" program working. What I need Rev to do is something like this...
 
answer file "Open file:" with "c:\chat.txt"
put url ("file:" & it) into fld "chat1"
 
    So, I want it to open a file and put the text of that text file into a fld on command. (Or on MosueUp, if you wish...) But, I canno't get it working. Do any of you know any commands that will enable me to do that?
 
    Remember, I don't want to have to click the file I want to open. I want Rev to open it without me having to do anything but clicking a button.
 
    I know the second command line works, becuase, I tried opening the file manually, and it worked. It put the text of that file into that fld. But, I need it to do it without me having to click anything but the button. (Like I said earlier...)
 
 
    ALSO, I want to do something like this...
 
get fld "ChatEnterText"
    put it into url "file:\\ws1\chat.txt"
 
    I have not tried that yet, but I hope that works. If you have any ideas on how to do that a differant way, please tell me so. Thanks!
 
 
 - Josh Dye

Reply via email to