eg.input

  1. A

    Logic needed... decimal numbers

    I need some help with VB coding. I need to split the decimal part of a number and use it later. eg.input is 10.88, splitted to say num1=10 and num2=88 . Can someone help me with the logic here. :)
Top Bottom