Gets a percentage from value and max
Gets a percentage from value and max
Rate Gets a percentage from value and max
(1(1 Vote))
dim pcent$
pc = int(value / (max/100))
pcent$ = pc & "%"
Gets a percentage from value and max Comments
No comments yet — be the first to post one!
Post a Comment