Module:String2: Difference between revisions

Content deleted Content added
add function to iteratively convert values to percentages
store just the string
Line 130:
return x .. "%"
end
returntxt = txt:gsub("%d[%d%.]*", v2p) -- store just the string
return txt
end