Status Bar

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi

Is there any limit (or a way to set a limit) on the number of characters in
a panel of a status bar, I am unable to see the entire text that I entered

Thank you,
Shmuel Shulman
SBS Technologies Ltd
 
Is there any limit (or a way to set a limit) on the number of characters
in a panel of a status bar, I am unable to see the entire text that I
entered

If Len(string) > 999 then string = left (string, 999)
 
Back
Top