AVWizard properties

From LinuxMCE
Revision as of 16:56, 16 March 2007 by Jerry finn (Talk | contribs)

Jump to: navigation, search

One AVWizard property may be defined as: PropertyName = String If you have spaces in name you may use ' (apostrophe character) like 'Hello world!'. For inserting apostrophe character itself, you may double use it like: 'Its me!'.

The array list of items is written in that way: PropertyName = (

 Item1,
 Item2,
 ...
 ItemN
)