guilmor
4th November 2002, 10:12
Hello,
is there any function to convert a variable value into a specific domain format?
Example:
I have this string domain tcorno, suppose this domain aligns the string to the left and makes uppercase the characters, and it's 10 characters wide.
Then I have this expression " abcdefghijklmn" which I want to convert into domain tcorno format "ABCDEFGHIJK".
I'm looking for some function like this:
orno = use.domain("tcorno"," abcdefghijklmn")
Thanks
Guilmor
is there any function to convert a variable value into a specific domain format?
Example:
I have this string domain tcorno, suppose this domain aligns the string to the left and makes uppercase the characters, and it's 10 characters wide.
Then I have this expression " abcdefghijklmn" which I want to convert into domain tcorno format "ABCDEFGHIJK".
I'm looking for some function like this:
orno = use.domain("tcorno"," abcdefghijklmn")
Thanks
Guilmor