• File transfer BAJA cmds

    From Beta to All on Saturday, December 07, 2002 11:18:52
    Okay, I figured out the cursor movement thing. Now, I can get a string from a user, but I don't see a BAJA command that will let me use said string. The BAJA docs tell me that FIND_FILE_NAME will prompt the user for a file name, it dosn't say that I can give it a file name to look for. Is there another command that will take string input?
    Beta
  • From Digital Man to Beta on Sunday, December 08, 2002 23:03:51
    Re: File transfer BAJA cmds
    By: Beta to All on Sat Dec 07 2002 11:18 am

    Okay, I figured out the cursor movement thing. Now, I can get a string from a user, but I don't see a BAJA command that will let me use said string The BAJA docs tell me that FIND_FILE_NAME will prompt the user for a file na it dosn't say that I can give it a file name to look for. Is there another command that will take string input?

    No, you'll have to use the Baja UNGETSTR function or jump to JS if you want that kind of flexibility.

    digital man