1 out of 1 members found this post helpful.
Did you find this post helpful?

|
I suspect it's this line Hserout [Name[CharCount]]
How is this supposed to work? I.E. how are your variables/constants defined?
EDIT: Found the solution. Enclose all your array elements in parenthesis VS
square brackets.
For CharCount = 0 to NameCount
Hserout [Name(CharCount)]
Next CharCount
Hserout [10]
Hserout ["IP: ",DEC IP(0),".", DEC IP(1),".", DEC IP(2),".", DEC IP(3),10] 'Display IP Address
Works as expected.
Last edited by Bruce; - 30th July 2006 at 17:39.
Bookmarks