Passing parameters to a stack at start up
Posted: Thu Apr 24, 2008 9:54 pm
I got the idea that it was possible to pass info to a stack at startup from a post here, though it was talking about the Mac. I am trying to do the same thing on Windows.
Right now I have the following script at the stack level:
on startup chParam
if is not empty then
put it into card field "ch#field" of card 1
end if
end startup
I am running the application as foldermaker /ch1234567
I was hoping that this would cause "ch1234567" to magically appear in card field "ch#field" of card 1, but apparently it's doesn't and I don't know what I am doing wrong...
Any help much appreciated.
Right now I have the following script at the stack level:
on startup chParam
if is not empty then
put it into card field "ch#field" of card 1
end if
end startup
I am running the application as foldermaker /ch1234567
I was hoping that this would cause "ch1234567" to magically appear in card field "ch#field" of card 1, but apparently it's doesn't and I don't know what I am doing wrong...
Any help much appreciated.