Custom Functions not working for me? What am I doing?
Posted: Sun Sep 11, 2016 12:27 pm
Hi, I'm having issues getting custom functions to work.
I'm on LC 7.1 on Mac
I've tried applying the example functions provided in the LC documentation (below) but when I click "Apply" I get an error near "function". Don't understand... and my app is going to be crazy without callable functions...
Tx in advance for your help.
Matt
function Summy
put 1 + 1 into tSummy
return tSummy
end Summy
or
function myFunction
return "test"
end myFunction
or
function boomboom
answer "Boom"
end boomboom
I'm on LC 7.1 on Mac
I've tried applying the example functions provided in the LC documentation (below) but when I click "Apply" I get an error near "function". Don't understand... and my app is going to be crazy without callable functions...
Tx in advance for your help.
Matt
function Summy
put 1 + 1 into tSummy
return tSummy
end Summy
or
function myFunction
return "test"
end myFunction
or
function boomboom
answer "Boom"
end boomboom