RLA Interface

Good day.
Try to setup RLA Interface

--------------------------------------------------
SafeFile=getSaveFileName caption:"Safe File To" types:"RLA (*.rla)|(*.rla)"
outstring=SafeFile as string+".rla"
rla.iRLAio.zChannel :true :write
newBmp = bitmap 400 300 filename:outstring
render camera:$Camera01 vfb: false pixelaspect: 1 to:newBmp
save newBmp; close newBmp
----------------------------------------------------------
and get:
-- Syntax error: at name, expected :
-- In line: rla.iRLAio.zChannel :true :

HELP!!!

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

rla.iRLAio.zChannel = true

rla.iRLAio.zChannel = true

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.