Hi. Do you mean you want to modify the points of a graphic?

This is a return delimited list of ordered pairs, like:




100,100
150.150
200,200


As Mark pointed out, you have an expression that resolves itself before 
anything else happens. Did you mean:


10,10
-5,5


???


In any case, the various points have to be two integers separated by a comma 
and delimited by returns. Your original string had three items in it, the 
middle item being evaluated arithmetically. Another way to look at this is that 
you needed four items.


Craig Newman



-----Original Message-----
From: prothero <proth...@earthednet.org>
To: Use-livecode Use-livecode <use-livecode@lists.runrev.com>
Sent: Tue, Oct 8, 2013 5:55 pm
Subject: adding points


Folks:
The documentation says that you can add points. If I do:
put 10,10 - 5,5
I get 10,5,5

This is pretty useless. 
Bill

William Prothero
http://es.earthednet.org



_______________________________________________
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

 

_______________________________________________
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