On Sat, 22 Jan 2005 13:25:31 +0000 brucexs <[EMAIL PROTECTED]> wrote:
#> PowerPro 4.2 release candidate 1 is available at #> #> http://powerpro.webeddie.com/download/pwrpro42.zip #> #> - added translate string function I would like to suggest two new string functions (should be pretty easy to implement): startswith("abcde","abc") == true startswith("abcde","cde") == false and endswith("abcde","abc") == false endswith("abcde","cde") == true I know those can be simulated by using select(), but it isn't as elegant as I would like it to be :D -- Best wishes, Slawomir Nowaczyk ( [EMAIL PROTECTED] ) Live as though it were your last day on Earth. Some day you will be right! Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
