Hello,
I defined a variable in my skin file by :
How to recover its value in my code (VBNet)? I tested:
but that does not work
Thank you for your answers.
OldChap
Sorry for my bad English, it's a Google translation
I defined a variable in my skin file by :
Code:
<define>#myvariable: 100</define>
Code:
X = GUIPropertyManager.GetProperty (“#myvariable”)
Thank you for your answers.
OldChap
Sorry for my bad English, it's a Google translation