Show 0 decimal in UI label 10.300 instead of 10.3

I am trying to show 10.300 with the UI label API but i get 10.3 to show instead. Anyone has a way to do this? [import]uid: 8192 topic_id: 4248 reply_id: 304248[/import]

string.format("%.3f", 10.300) [import]uid: 9371 topic_id: 4248 reply_id: 13179[/import]

@dweezil Works perfectly. Thanks a bunch. [import]uid: 8192 topic_id: 4248 reply_id: 13184[/import]