bukandenny Posted June 15, 2016 Report Share Posted June 15, 2016 How splitt number ? for example, user input = 2016 then user got output 2 0 1 6. one number in one indicator. Quote Link to comment
Benoit Posted June 15, 2016 Report Share Posted June 15, 2016 Wenn two simple way to do it. if it's in string, just split the string character by character if it's a number, using the Quotient & Remainder just divide it by 1000 and keep the out put floor(x/y) then from the original value remove this reminder multily by 1000... and execute again with 100, 10 and keep the last. Benoit Quote Link to comment
ensegre Posted June 15, 2016 Report Share Posted June 15, 2016 Benoit preceded me. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.