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
mcgra...@mac.com

On Jun 27, 2013, at 10:15 AM, Graham Pearson <gspear...@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.
> 
> 
> 


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to