Help with other code

Mark Wieder mwieder at ahsoftware.net
Fri Mar 11 00:37:34 EST 2005


Kevin-

Thursday, March 10, 2005, 7:20:52 PM, you wrote:

KJ> Ahh ok I see. lol I am still thinking like as if I was useing Python
KJ> or Visual Basic.

One thing that will help thinking about things is if you remember that
in xtalk the verb is at the beginning of the line. So

put 3.1416 into myVariable

will work, but

myVariable = 3.1416

won't. VB actually does it the same way, but if there's no verb at the
beginning of the line it assumes the verb "LET", as in

LET myVariable = 3.1416.

-- 
-Mark Wieder
 mwieder at ahsoftware.net



More information about the use-livecode mailing list