How come I can do a '/Note "north"' but not an '/Execute "north'? It needs 'World.Execute "north"'. Bug?
"Execute" needs "World."
Posted by Poromenos on Fri 22 Aug 2003 11:39 AM — 2 posts, 7,373 views.
That one puzzled me for a while when I was scripting with the new (lazy?) technique of omitting world.xxx.
The answer is that VBscript has an execute statement so it takes precedence. What it does is, if it cannot find a match in VBscript internal commands, looks at the World.xxx commands.
The answer is that VBscript has an execute statement so it takes precedence. What it does is, if it cannot find a match in VBscript internal commands, looks at the World.xxx commands.