Hi All,
How to dynamic change the number 10 ==> 15 ? ( Writes formatted output to a port.)
I want 10s is not fixed , it dependents on a interger variable (e.g. a = 10 , a= 15)
fprintf( op "%10s\n" line) => fprintf( op "%15s\n" line)
Thank you,
Charley