re-open
Public

I have creates several user properties. However they are all global.

 

Can I assign user created properties to elements in my plot? For example, I would like to be able to assign a string user variable to a textbox.

 

borgtamer

  1. I think you can do it and make video how to do it for other users. I would post it on tiktok on your place cause I read from this site https://arrowtricks.com/why-promotion-should-be-real-and-what-it-has-to-do-with-social-proof-on-social-media/ how to get tiktok likes

1 answer

Staff January 10, 2018

User properties are all in global scope. You can use the element’s id as the prefix, to indicate it is for that element only.

For example: Button_1_var is a variable defined for Button_1, although it is still global.

#1

Please login or Register to Submit Answer