I am Beginner in LiveCode, I have a variable which holds some data, I want to pass this variable through Custom Properties is it possible

--
Thanks,
Shalu S
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
YESI want to pass this variable through Custom Properties is it possible
Code: Select all
set the uMyCustom of control "mycontrol" to MyVariable
no!shalu wrote:I have to place the code inside Property contents is it ok?
What can a custom property contain that a variable can't?dunbarx wrote:Custom properties can hold a far larger variety of data than a variable