Walter Sívoli
unread,May 6, 2014, 2:27:06 AM5/6/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi
how to modify this line to
the letter remains in bold and can enlarge at will
(this is the last line of a larger code)
For[i = 1, i <= 20, i++,
Print[If[i < 10, "O", ""] <> ToString[i], spc[5], "A = ",
toStrg /@ t[[i, 1]],
spc[col - Plus @@ StringLength[toStrg /@ t[[i, 1]]]], "B = ",
toStrg /@ t[[i, 2]]]]