In a message dated 5/26/2004 7:03:55 AM Pacific Daylight Time, [EMAIL PROTECTED] writes:
> Thanks a lot. Does this hang forever after the user types one character, > waiting for a CR? Can I "cure" this problem by making the second input > statement > input aCharacter,1 > and then concatenating until aCharacter=char(13)? Yes but use Input Achar,1: to suppress the extra sent CR Or if you want unedited input use the KEYIN() function. Will ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users
