Crash LC8.1.6 after delete char
Posted: Wed Aug 23, 2017 11:41 am
Hello,
now i don't know if the below delete line is completely good, but it gives no error applying the code.
My intension was to delete the last 4 characters of the local value
But it causes to crash LC8.1.6, i did not test any other version
Am i doing it wrong or is it a bug?
Regards,
Sphere
now i don't know if the below delete line is completely good, but it gives no error applying the code.
My intension was to delete the last 4 characters of the local value
But it causes to crash LC8.1.6, i did not test any other version
Code: Select all
local tA
on mouseUp
put"abracadabra" into tA
delete the last char to -4 of tA
answer tA
end mouseUp
Regards,
Sphere