do visual basic
do visual basic
- Subject: do visual basic
- From: "Giampiero Cairo" <email@hidden>
- Date: Wed, 10 Mar 2004 17:08:22 +0100
Hi all,
I use applescript and in particular the command "Do Visual Basic"
I want to get a value of a variable from the routine of Visual basic to the
rest of applescript code.
this is my snippet of script:
set myvar to ""
Do Visual Basic "
dim x as string
x = 10
Return x
"
repeat with x from 1 to 10
set AnotherVar to x + 1
end repeat
Is it correct if I would pass the x value to the rest of my script for
example to the "repeat cicle"?
TIA
Giampiero
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.