Hi Philip,
I am discovering the value of tclsh, after reading your post and I would like to explore from there.
Does that mean that tclsh could be used as a calculator to overcome the math shortcomings in AS? I found these tutorials:
For example, it is quite easy to write this tclsh script in AS: puts "Start"
set i 0
while {$i < 10} {
puts "I inside third loop: $i"
incr i
puts "I after incr: $i"
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >div bug (From: julifos <email@hidden>) |
| >Re: div bug (From: Philip Aker <email@hidden>) |
|