J
James
vb.net 2003 - console program
i've read a array of machines and i wishes to display on console the
machines name on the *same line.* How do i do this ? This is what i want
say i got a text file that contains
machine001
machine002
it shld display in console as
computer : machine001 (machine 001 will disappear, then machine002 will
appear on the same line and on the same location/placeholder)
eg
dim computer as string
for each computer in machinesarray
console.write(computer)
next
i've read a array of machines and i wishes to display on console the
machines name on the *same line.* How do i do this ? This is what i want
say i got a text file that contains
machine001
machine002
it shld display in console as
computer : machine001 (machine 001 will disappear, then machine002 will
appear on the same line and on the same location/placeholder)
eg
dim computer as string
for each computer in machinesarray
console.write(computer)
next