Using %COMPILEFILE Correctly
Posted: Mon Oct 30, 2006 9:29 pm
I've been looking into builing a tool for PB, and I need to use the %COMPILEFILE argument, but I'm having a bit of trouble. I'm probally doing this completely wrong, but when I try and recover the actuall argument with my tool (after setting it up with the IDE), like so:
It returns nothing. What's the proper way to do this?
Thanks,
Killswitch
Code: Select all
Param.s=ProgramParameter()
While Param
Output.s+Param
Param.s=ProgramParameter()
Wend
MessageRequester("",Output)
Thanks,
Killswitch