Do you mean these string functions?

mid: func [a b c] [ copy/part skip a b c ]

left: func [a b] [ copy/part a b ]

right: func [a b] [ copy/part skip a ((length? a) - b) b]

[EMAIL PROTECTED] wrote:

> All
> Does any have a set of string functions that are similar to basic or
> rexx?
> Larry

--Ryan

Ryan Cole
Programmer Analyst
www.iesco-dms.com
707-468-5400


Reply via email to