November 13, 200322 yr Are you asking how to have One, Two, Three etc. converted to 1, 2, 3 etc, or 1, 2, 3, converted to One, Two, Three?
November 13, 200322 yr Author sorry, I am try to avoid accidental carriage returns during data entry. So I thought if I use number global field for text entry and then have a script transfer it to text field, it would take care of this. But I am not sure if text is entered into number field can I convert this?
November 13, 200322 yr Text in a number field is ignored. Use a global (or regular) text field instead. You can use a Substitute( ) in a Set Field script step to clean it up.
Create an account or sign in to comment