How to find a variable ? (1 Viewer)

oldchap

Portal Member
July 25, 2007
6
0
Hello,

I defined a variable in my skin file by :
Code:
<define>#myvariable: 100</define>
How to recover its value in my code (VBNet)? I tested:
Code:
 X = GUIPropertyManager.GetProperty (“#myvariable”)
but that does not work

Thank you for your answers.

OldChap
Sorry for my bad English, it's a Google translation :(
 

Users who are viewing this thread

Top Bottom