1 SUB Clean_Up_Input(A$) 2 ! Strip leading spaces and tabs from the input string 3 A$=EDIT$(A$,8%) ! Strip off leading spaces END SUB