I just want to pass a variable to a function... it should be easy but I need a hand.
Here is what I want to do...
h=6
d=1
x = serial.translateescapesequences("/04/"..h..d)
cm11.SendBinary(x)
x = serial.translateescapesequences("/07/"..h.."7/0"..d.."/16/31")
cm11.SendBinary(x)
But that doesnt work?
help!?
Rob


Reply With Quote