P
Pep
I need to create a string from a number of variables taht in C++ I
would normally use sprintf something like sprintf(target_string,
formatting_string, variable1, variable2, ...)
I know that in java 1.5.0 the string class has a formatter but I cannot
find anything like this in 1.4.2
So it looks like I am going to have to write a helper function using
StringBuffer?
TIA,
Pep.
would normally use sprintf something like sprintf(target_string,
formatting_string, variable1, variable2, ...)
I know that in java 1.5.0 the string class has a formatter but I cannot
find anything like this in 1.4.2
So it looks like I am going to have to write a helper function using
StringBuffer?
TIA,
Pep.