November 18, 200124 yr Newbies To all, I have written a script for notes to post date and user name in the "notes" field, however I cannot have the next entry automatically entered at the top of the field. Which script command enables this? Thank you for your help.
November 18, 200124 yr Easy, SETFIELD(Notes,New_Note & Notes). The '&' means concatentate, so that the statement adds existing notes to 'New_Notes and saves the result in existing notes.
November 20, 200124 yr quote: How do I backspace twice in my script? Set Field["barCodeField","Left(barCodeField,Length(barCodeField)-2)"]
November 21, 200124 yr I also have a close problem. I am using a bar code scanner and need to remove the last two characters from the scanner (carriage return and line feed) which are non printed characters. How do I backspace twice in my script?
Create an account or sign in to comment