henszey
04-20-2003, 08:57 PM
i am using
Input #f, temp
to get some information out of a comma delimited file. the information is stored like this...
gServer1, 255.255.255.255
first time i do it i get "gServer1" the second time i do it i get "255.255" it always cuts off after the second peroid, any ideas?
Input #f, temp
to get some information out of a comma delimited file. the information is stored like this...
gServer1, 255.255.255.255
first time i do it i get "gServer1" the second time i do it i get "255.255" it always cuts off after the second peroid, any ideas?