So I can use spaces? Then I'm stumped with the syntax for refering to the
properties cos the only one I know is:
set the singleWordProp["Two words"] of this card to "Some other value"
and this wont work if the custom property set is more than one word. In
other words how would I put something into the custom property "someProp" of
custom property set "Second set"?
set the Second set["someProp"] of this card to "Some other value" clearly
doesnt not work, but I can create the relevant sets and props.
>> set the singleWordProp["Two words"] of this card to "Some other value"
>> answer the singleWordProp["Two words"] of this card
>>
>> but not sure if this is strictly legal. Not that I'm under age, but how
>> would I refer to a custom property "Two words" of custom property set "Field
>> Name"?
>>
>> Not just academic as i'm trying to store field text in a property named
>> after a line of text clicked on, which in turn is specific to a named field.
>
> (From a recent email with Scott), the rule is:
>
> Only null (0) bytes are not allowed in object and custom property names.
> The normal restrictions apply to anything that appears in a script unquoted,
> though (e.g., it must start with a letter and only contain letters, numbers,
> or _).
>
> Regards,
>
> Kevin
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.