[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question Regarding Input Variable
From: |
Douglas Pollock |
Subject: |
Question Regarding Input Variable |
Date: |
Sun, 8 Sep 2002 23:21:34 -0400 |
I would like to be able to input a filename. However I have not been able to
find a way that FILE_NAME in the code below will take on the value entered
by way of the define('ARG1', `$1') statement. I've read the documentation
and search the web but I've haven't found any code that describes this. Does
anyone have any suggestions?
Doug
----------------------------------------------------
define('ARG1', `$1')
define(FILE_NAME, ARG1)
ARG1(MyFile)
Here is FILE_NAME for storing code.
----------------------------------------------------
- Question Regarding Input Variable,
Douglas Pollock <=