From: | David McMinn |
Date: | 22 May 2001 at 11:51:36 |
Subject: | Re: BlitzII - Question of logic? |
Hi Tony
> Then I simply attempted to load and execute the routine. If it
> worked then the number was valid. If the routine didn't exist then
> the figure was invalid.
>
> Not sure how to that in Blitz, but it might be worth thinking about.
var.w = 23131
pn$="ExternalProg_"+Ustr$(var)+".exe"
Execute_ &pn$,0,0
Although you've then got the problem of getting a return value from the
external program. You could maybe set and ENV-var I suppose.
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie