12-20-2024, 09:07 PM
(12-20-2024, 07:06 PM)doppler Wrote: 2. Can this statement be on one line: p=_iff(p=instr(thing$,"\"): p <= 10, p, p=0)
re: position of "\" must be less than 11 else make it zero
How about:
p=_iff(instr(thing$,"\") <= 10, instr(thing$,"\"), 0)
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

