Previous SAXO Documentation Assistant: Overview Next

ToBeReviewed/STRING/

strright.pro

return right subportion from a string

strright String

result = strright(s, lastn)

Return value

The portion of LASTN characters of S counted from the back.

Parameters

s        in required

the string to be searched

lastn        in required default: 1

the number of characters to be returned. If NLAST is the strlen(STRING), the complete string is returned.

Examples

if (strright(path) ne '/') then path = path + '/'

Version history

Version

$Id: strright.pro 157 2006-08-21 09:01:50Z navarro $

History

mgs, 19 Nov 1997: VERSION 1.00

 


  Produced by IDLdoc 2.0 on Tue Aug 29 14:50:32 2006.