Hi all,
I have the following code which gives me a error. I want to add the width property programatically and in %:
firstcombo.width = 90%;
But that gives me the following error:
- 1084 syntax error expecting rightparen before colon
How is the correct syntax?
Greetings Markus