Cortical Posted December 16, 2008 Posted December 16, 2008 Hi, FM9A, X.5.6 I have a first name field, and want to parse the value as lowercase into a variable (which is then used for a pdf password...) e.g. Chris >> chris I have tried numerous variations: TextStyleAdd ( name ; Lowercase) TextFormatRemove ( name ) TextStyleRemove ( name; AllStyles ) as well as setting a global as an intermediate, but the $ insists on returning Title case (Chris) Any suggestions?
comment Posted December 16, 2008 Posted December 16, 2008 Try the Lower() function. Text formating functions modify the styling of text, not the text itself. This styling is lost when the output is plain text only.
Cortical Posted December 16, 2008 Author Posted December 16, 2008 thank you, thank you, thank you, That was driving me spare. regards Chris
Recommended Posts
This topic is 5820 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now