Difference between revisions of "AVWizard properties"

From LinuxMCE
Jump to: navigation, search
 
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>One AVWizard property may be defined as:
+
One AVWizard property may be defined as:
 
PropertyName = String
 
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:
 
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:

Revision as of 16:56, 16 March 2007

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
)