io:format question.

Vance Shipley vances@REDACTED
Thu Feb 5 20:29:22 CET 2004


1> io:format("~n~7.16.0B: ~2.16.0B~n", [0, 10]).

0000000: 0A
ok


	-Vance


On Thu, Feb 05, 2004 at 10:45:41AM -0800, SEUNG BONG HAN wrote:
}  Hi
}   
}  This is what I am trying to do.
}   
}  0000001: 0A
}   
}  I used follwing statement but I could not figure out how to padding the 0s.
}   
}   io:format("~n~7.016B: ~2.16B ", [0, 10 ])
}   
}  regards,
}  
}  
}  ---------------------------------
}  Do you Yahoo!?
}  Yahoo! Finance: Get your refund fast by filing online



More information about the erlang-questions mailing list