Would like some functions that can be used in relations or program to handle strings easier.
UCASE() or UPPERCASE() or UPPER() Converts all letters in a text string to uppercase.
LCASE() or LOWERCASE() or LOWER() Converts all letters in a text string to lowercase.
PCASE() or PROPERCASE() or PROPER() Converts a text string to proper case; the first letter in each word in uppercase, and all other letters to lowercase.
Maybe a method to compare strings ignoring the case of the strings.
This way when you write equation to compare strings you can reduce the number of variables.
Expand available functions within relations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.