Code: Select all
put the cProp [ pParam ] of meUsing getProp we can get the value of pParam.
Code: Select all
getProp cProp [ pParam ]
      answer pParam 
end cProp 
Is it possible to do this in LiveCode Bilder?
Code: Select all
put the cProp [ pParam ] of meCode: Select all
getProp cProp [ pParam ]
      answer pParam 
end cProp