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