Difference between revisions of "AVWizard properties"
From LinuxMCE
Langstonius (Talk | contribs) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{NeedsToBeFixed}}[[category: Programmer's Guide]] | |
+ | 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: |
Latest revision as of 03:44, 21 June 2008
This article needs to be fixed and/or categorized. | |
Please contribute by fixing this article or other that needs to be fixed. |
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 )