I am doing a "Fields = split(buf, " ") but I want the first field found
to go into Fields(1) not Fields(0). I have declared "Option Base 1" at
the start of my subroutine.
Any ideas or help?
Thanks
to go into Fields(1) not Fields(0). I have declared "Option Base 1" at
the start of my subroutine.
Any ideas or help?
Thanks
Comment