dgould
05-02-2007, 06:59 AM
I am new to Autoplay :)
I m trying to obtain the information from a system, which I am using the line below....
LANINFO = System.GetLANInfo();
Then I am trying to write the host name to a text file
TextFile.WriteFromString("C:\\test.txt",LANINFO.host, true);
I keep getting a attempt to concatenate global 'LANINFO"(a table value)
Some assistance would be greatly appreciated.
I m trying to obtain the information from a system, which I am using the line below....
LANINFO = System.GetLANInfo();
Then I am trying to write the host name to a text file
TextFile.WriteFromString("C:\\test.txt",LANINFO.host, true);
I keep getting a attempt to concatenate global 'LANINFO"(a table value)
Some assistance would be greatly appreciated.