I want to unstring something like this
'one hundred million three hundred twenty three thousand four hundred'
and place it in 3 variables witnout having an output like this:
var1 = one hundred million three hun
var2 = dred twenty three thousand fo
var3 = ur hundred
I want the output to cut it in the right place like this:
var1 = one hundred million three
var2 = hundred twenty three thousand
var3 = four hundred
'one hundred million three hundred twenty three thousand four hundred'
and place it in 3 variables witnout having an output like this:
var1 = one hundred million three hun
var2 = dred twenty three thousand fo
var3 = ur hundred
I want the output to cut it in the right place like this:
var1 = one hundred million three
var2 = hundred twenty three thousand
var3 = four hundred