Hi,
I need a script wich is going in a loop and reads in data from an excel or txt file.
I am happy for everything that can help me, so even a script wich is made for something completely different that I can modify is perfect!
I know almost nothing about this but I am faliliar to programming other languages.
I need to program 1000 names into a meridian switch and has a file with both extension numbers and names.
So the script will have to be like this:
Start of loop
waitfor "DN "
transmit "86306^M" (here it should read extension)
waitfor " NAME "
transmit "test^M" (here it should read name)
waitfor " XPLN "
transmit "^M"
waitfor " DISPLAY_FMT "
transmit "^M"
Go to start of loop
I need a script wich is going in a loop and reads in data from an excel or txt file.
I am happy for everything that can help me, so even a script wich is made for something completely different that I can modify is perfect!
I know almost nothing about this but I am faliliar to programming other languages.
I need to program 1000 names into a meridian switch and has a file with both extension numbers and names.
So the script will have to be like this:
Start of loop
waitfor "DN "
transmit "86306^M" (here it should read extension)
waitfor " NAME "
transmit "test^M" (here it should read name)
waitfor " XPLN "
transmit "^M"
waitfor " DISPLAY_FMT "
transmit "^M"
Go to start of loop