Trancemission
Technical User
I am looking to split a sentance up into induvidual variables for each word. Ie I have a file like below:
CustomerA 4
CustomerB 5
CustomerC 6
The fields are seperated by tabs.
I am lookup to take a line and get the two variables. Example for 1st line:
$1 = CustomerA
$2 = 4
I have been puling my hair out all day trying to get this to work so help will be appricated.
Marcus
CustomerA 4
CustomerB 5
CustomerC 6
The fields are seperated by tabs.
I am lookup to take a line and get the two variables. Example for 1st line:
$1 = CustomerA
$2 = 4
I have been puling my hair out all day trying to get this to work so help will be appricated.
Marcus