use variable
Posted: Tue Sep 06, 2005 3:45 am
Would it be possible to somehow convert the following, which is read from a file:
to be , so that when using for e.g.
<-- with this I mean SUB Make (FileName$) for example.
grtz
Seb
Code: Select all
bindir = c:\os\bin
Code: Select all
bindir = path$
Code: Select all
make $bindir/makefile
grtz
Seb