INSTR ===== Function -------- **INSTR** searches for the occurrence of one string in another, and returns with the position of the first match. Syntax ------ Y = INSTR ([X]A$,B$) 1