Notifications
Clear all
Topic starter
Does anyone know how to create a bulleted list of values from a listbox? I'm able to get my values to return in a listed format but I cannot figure out if there is a symbol I can use to insert a bullet symbol before the value.
Example of what I'd like the text translation to look like:
The patient's symptoms include:
- Coughing
- Sneezing
- Headache
- Runny Nose
Posted : August 4, 2016 7:18 pm
Look at using numtoascii(149). 😉
Posted : August 5, 2016 3:55 am
Lee's response is correct. The only way to get extended ascii characters to appear on a VFE form or text translation is to use the numtoascii() function and concatenate it to the rest of your text. Here is a website providing a list of the extended ascii character set for future reference.
Posted : August 5, 2016 5:29 am
Topic starter
Worked like a charm! Thanks
Posted : August 5, 2016 11:18 am