G
Guest
Dear experts,
I have a label, info_lbl, who's value is dynamically updated. e.g
info_lbl = "Current user " & userID & "last login time:" & logTime
I need to print the varibale logTime alone in bold. If i use 2 labels, i.e.
seperate label for logTime, then I face length problem, because userID can
take different length depending up on the user. So the placement of send
label sometimes getting merged with the first one.
Please help me in solving this.
I have a label, info_lbl, who's value is dynamically updated. e.g
info_lbl = "Current user " & userID & "last login time:" & logTime
I need to print the varibale logTime alone in bold. If i use 2 labels, i.e.
seperate label for logTime, then I face length problem, because userID can
take different length depending up on the user. So the placement of send
label sometimes getting merged with the first one.
Please help me in solving this.