Quote: "This...is my boomstick!"
~Army of Darkness
A no * way of fixing anything is just by comfirming that mid works, and just using your own functions...
function left(text$, num)
for x=0 to num : a$=a$+mid(text$, x) : next x
endfunction a$
function right(text$, num)
for x=len(text$) to num step -1 : a$=a$+mid(text$, x) : next x
endfunction a$
This looks exactally the same, except for a small change... One question... what is that ! mark for? (the only change I saw)
Quote: "! returntext$=\"\""
We all have our inner noob.
Join the NJL: We have MORE fun!
When in doubt, blame a mod!