Custom Properties

Thomas McGrath III mcgrath3 at mac.com
Thu Jun 27 11:15:50 EDT 2013


Graham,

When ever possible paste the code you are using and the version of Livecode. It will be a lot easier to give an answer.

If you want to put quotes into a customProperty you have to use:

	set the cAddress of this card to quote & "http://www.google.com" & quote

and then you can use this line to get the custom property back:

	put the cAddress of this card into field "Address" of this card 


HTHs


-- Tom McGrath III
http://lazyriver.on-rev.com
mcgrath3 at mac.com

On Jun 27, 2013, at 10:15 AM, Graham Pearson <gspearson at gmail.com> wrote:

> Now I am very lost as usual. on my stack script I did the set script
> with a new custom property called altNewCustomPropertythat has a value
> of "http://www.google.com" and when I did the answer I got
> http:/www.google.com
> 
> 
> However, In the stack or in the card property inspector under custom
> properties I do not see this custom property called altNewCustomProperty
> so I must be trying to put the name/value items in the wrong location.
> 
> 
> I would have thought that if I set a custom property it would have shown
> up in the Property Inspector under Custom Property until the time it was
> deleted if they can even be deleted via a script. Back to the drawing board.
> 
> 
> 





More information about the use-livecode mailing list