|

|
|
But I think I see that it is a useful function to bypass the ON CLOSE if there is an error in the cleanup routine or the user has programmed an infinite loop in ASM or similar.
|
|
|
|
|
|
|
|
DEF FNstripquotes(A$) IF LEFT$(A$,1)="""" AND MID$(A$,LENA$)="""" THEN =MID$(A$,2,LENA$-2)
DEF FNstripquotes(A$) IF LEFT$(A$,1)="""" AND MID$(A$,LENA$)="""" THEN =MID$(A$,2,LENA$-2) = A$