when in my srting list my string is empty, the test field display %s instead of nothing
when id =0 text to display =
when id = 1 text to display = some text
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI
when i try to display from a string list i have a problem when my string is empty, is there a trick to get rid of that
when in my srting list my string is empty, the test field display %s instead of nothing
when id =0 text to display =
when id = 1 text to display = some text
Maybe insert a blank if empty? Then the variable has something to display, but no visible character will be there..
fixed i do not need the %s in text