Hi, i need some help ! Please see the following code
useRetina = true
if useRetina then
local formNeuText = ""
local btOffset = -5
print ("btOffset: " .. btOffset)
else
local formNeuText = languageTable[def\_new2]
local btOffset = 5
end
print ("btOffset: " .. btOffset)
the second print results in a runtime error (nil value).
Any ideas ?
Thx Klaus [import]uid: 5456 topic_id: 11163 reply_id: 311163[/import]
[import]uid: 5456 topic_id: 11163 reply_id: 40494[/import]