11 Mar
2013
11 Mar
'13
6:57 p.m.
On 3/11/2013 6:13 PM, Sietse Brouwer wrote:
I don't understand what they whitespace does: I tried to test it with this code, and changing the number did nothing.
for i=0,10 do print(string.formatters("%wsietse",i)) end for i=9,0,-1 do print(string.formatters("%wsietse",i)) end ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------