Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

String Functions

 [1/2] from: morgenw:ibm at: 31-Aug-2000 9:58


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

 [2/2] from: ryanc::iesco-dms::com at: 31-Aug-2000 13:13


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] [morgenw--ibm--net] 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