Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

passing variable in packaged piece

5 views
Skip to first unread message

RegTheDonk

unread,
Feb 24, 2010, 8:37:41 AM2/24/10
to
Hi all,

I'm trying to pass a variable from one packaged executable to another. It
works fine using the JumpFile command when its going to another AW file
thus:

JumpFile(FileLocation^"\\myprog.a7p", "myvariable","")

However, when I change it thus and package it as an executable, the .exe
does run, but the variable doesn't get passed....

JumpFile(FileLocation^"\\myprog.exe", "myvariable","")

I'm presuming the variable WILL get passed in packaged pieces, and I'm doing
something wrong? Thanks for any advice guys :-)

Reg.


Steve

unread,
Mar 3, 2010, 3:52:05 PM3/3/10
to

Does the variable you are passing exist in the .exe you are passing it
to?

0 new messages