display_values:Array = ((totalValue/6)*1, (totalValue/6)*2, (totalValue/6)*3, (totalValue/6)*4, (totalValue/6)*5, (totalValue/6)*6);
any one able to reaval the flaws in this approach???
or even suggest a better one?
display_values is a number
display_values:Array = ((totalValue/6)*1, (totalValue/6)*2, (totalValue/6)*3, (totalValue/6)*4, (totalValue/6)*5, (totalValue/6)*6);
any one able to reaval the flaws in this approach???
or even suggest a better one?
display_values is a number
:: Copyright KIRUPA 2024 //--