G
Guest
hello prof.
What is the best way to split a double so that I can count the value before
the comma and after the comma?
example
123,1234
intbefore = total(before) '123
intafter = total(after) '1234
What is the best way to split a double so that I can count the value before
the comma and after the comma?
example
123,1234
intbefore = total(before) '123
intafter = total(after) '1234