P PHATJACK Member Jun 9, 2001 126 0 0 Feb 25, 2002 #1 Hi, how can I define a variable on an ASP page to be a value in an external text file? (or any file really)] Thanks!
Hi, how can I define a variable on an ASP page to be a value in an external text file? (or any file really)] Thanks!
D DaveSimmons Elite Member Aug 12, 2001 40,730 670 126 Feb 26, 2002 #2 Create a filesystem object, open the file, read in lines as text, cast them as necessary ( v1 = CInt(line) etc.), close the file.
Create a filesystem object, open the file, read in lines as text, cast them as necessary ( v1 = CInt(line) etc.), close the file.