Reply to thread

Hello,


I defined a variable in my skin file by :

[CODE]

<define>#myvariable: 100</define>

[/CODE]

How to recover its value in my code (VBNet)? I tested:

[CODE]

 X = GUIPropertyManager.GetProperty (“#myvariable”)

[/CODE]

but that does not work


Thank you for your answers.


OldChap

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


Top Bottom