Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: gmarco
Forum: Lua/XML Help 12-17-12, 01:06 PM
Replies: 3
Views: 5,151
Posted By gmarco
Hi Phanx, As usual thanks for the...

Hi Phanx,

As usual thanks for the reply.


function RemGank_Record_Player(name, note)

if note == nil or note == "" then note = default_note end

-- Define the new row in the array
Forum: Lua/XML Help 12-17-12, 12:08 AM
Replies: 3
Views: 5,151
Posted By gmarco
Calling a local function from another local funtion

Hi all,

I'd like to ask why a code like this will produce exit with an error like unable to find global b():

local function a()
-- code

end
Showing results 1 to 2 of 2