$n Left-Of - Returns all characters to the left of, but not including, the 
"n"th position in the left operand

#n At - Returns the character at the "n"th position in the left operand

%n Right-Of - Returns all characters to the right of, but not including, the 
"n"th position in the left operand

'$n Not Left-Of - Returns all characters to the right of, and including, the 
"n"th position in the left operand

'#n Not At - Returns all characters to the left and right of, but not at, the 
"n"th position in the left operand

'%n Not Right-Of - Returns all characters to the left of, and including, the 
"n"th position in the left operand

#nA Use of tokens - Appending an "A" to the end of any of the above expressions 
breaks the left operand
 into mult-character pieces, divided by any non-alphanumeric characters, and 
returns the indicated portion. 
 This example uses the # operator.

#"n," Use of punctuation - Appending a number and a token in quotations to the 
end of any of the above
 expressions breaks the left operand into multi-character pieces, divided by 
the indicated token, and returns
 the indicated portion.  This example uses the # operator and the comma "," as 
the token.


-- 
MTUsers blog is powered by Serendipity.
The best blog around, you can use it too.
Check out <http://s9y.org> to find out how.

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
To subscribe or unsubscribe to the meditech-l, visit MTUsers.COM.

To check the status of the meditech-l, visit MTUsers.NET.

For help, email [EMAIL PROTECTED]
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to