Re: newbie question...
Re: newbie question...
- Subject: Re: newbie question...
- From: Shane Stanley <email@hidden>
- Date: Fri, 04 Jun 2010 09:26:18 +1000
- Thread-topic: newbie question...
On 4/6/10 8:20 AM, "Warwick Hall" <email@hidden> wrote:
> BUT I WANT TO PASS A COMMAND LINE ARGUMENT INTO IT!!! WHY WON"T IT LET ME???
Because your caps key is jammed?
You're trying to pass a string for a command keyword, and you just can't do
that in AppleScript. The solution is to use something like:
if myob_import_type = "customer" then
-- the command using customer
else...
--
Shane Stanley <email@hidden>
_______________________________________________
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