> hi > > How to transform Uint in string ? UInt can be treated as an Int, so you can use Std.string directly. (see http://haxe.org/api/UInt , typedef UInt = Int ) Nicolas