Clear Settings?

Two questions actually.

Is there a command to clear settings on a layer? More specifically, say a color that was set using layers.SetColor()? I couldn't seem to find any such animal, but perhaps I'm missing it.

Secondly, I am more comfortable in JS than VBS, but for the project I'm working on I chose VBS...because javascript handles collections like a retard. But, I can't seem to pass a string from the xml file to a function in vb...something that worked quite well for me in JS. say:

I've found that omitting the single quotes fires the function in VBS, yet it does not work as planned :

#439218

single quotes in VB are "comments" if I'm not mistaken

Simple approach would be pass a number. no quotes

#439244

Indeed. Somehow the fact that they were comments slipped my mind. But, that leads me to believe that it is not possible to send a string. Ah well.

#439253

I think if you do double double quotes it might work

""VALUE""

#439404