Hi all im after a piece of code that allows the user to enter a fraction e.g 1/4 and have the code split that fraction into 2 seperate variables, e.g
variable 1 containing the '1'
variable 2 cantaining the '4'
How would i achive this?
My objective is to make a calculator for horse racing that will work out the payout for your horse, any ideas?