Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Format string...
#3
If need only < 160

Macro Macro1267
Code:
Copy      Help
out
int i
for i 0 160
,str s.format("%x%i" i/10 i%10)
,out s
,

%x formats hexadecimal number, 0 to f.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)