Leading Zeros
May 8, 2007 12:00 AM
Found my own answer using JavaScript.In case anyone is curious:I created 3 variables in Lectora Number1 and Number2 and Results.In Java, I added Number1 and Number2 together and then used If and Else statements to populate the Results variable. If Results < 10 "0"+Results.
Discussions have been disabled for this post