31
Mach4 General Discussion / Re: Read write to a DRO ??
« on: May 30, 2014, 07:32:31 PM »
I just sent you an email with an image regarding your question (couldn't upload the image at the moment). Hopefully it's what you are looking for. -Nick
And super quick here out of my notes:
Sending a Property called 'value' to a DRO called 'udro101' with a variable called 'Passval'
*Addendum* Finally gained access to photobucket.
I made this quck image for my own purposes. (As in, i wont remember in a month
)
And super quick here out of my notes:
Sending a Property called 'value' to a DRO called 'udro101' with a variable called 'Passval'
Code: [Select]
Passval = 100
scr.SetProperty('udro101', 'Value', tostring(Passval))
*Addendum* Finally gained access to photobucket.


