I have tried searching in the help doc about this but I did not find anything.
I am trying to use a text box and have 1. inside of it, but it keeps erasing the period "." I am just trying to make a few text boxes to make it look like a list.
Example below
1.
2.
I tried using a f(x) and then using quotation marks, and it would work, but if I reopened the properties it automatically converts the text widget back to a Text type and removes the period "." at the end. The same result happens if I use GetPhrase() as well, it will automatically change it back to a Text type and remove the period.
I am able to put two periods ".." at the end and it works, but that is not what I am looking for.
Is there a reason that the program would restrict a single period in the basic Text widget?
PS. Multiline widget will not work because of the spacing.
I have tried searching in the help doc about this but I did not find anything.
I am trying to use a text box and have 1. inside of it, but it keeps erasing the period "." I am just trying to make a few text boxes to make it look like a list.
Example below
1.
2.
3.
I tried using a f(x) and then using quotation marks, and it would work, but if I reopened the properties it automatically converts the text widget back to a Text type and removes the period "." at the end. The same result happens if I use GetPhrase() as well, it will automatically change it back to a Text type and remove the period.
I am able to put two periods ".." at the end and it works, but that is not what I am looking for.
Is there a reason that the program would restrict a single period in the basic Text widget?
PS. Multiline widget will not work because of the spacing.