On March 28, 2003 at 15:46, "Luis Mandel" wrote: > Using the variable $OUTDIR$ one can know in which direcfory are saved the htm > l pages. In my case $OUTDIR$ will generate something like /nfs/www/ssl.fast.d > e/docs/aisha/mhonarc/messages/aisha > My point is that I would like to get *only* the last part (the directory, in > this case aisha). Using the modifier :N oen can get first N chars, but how ca > n I get the last N chars. Should I use TEXTCLIPFUNC ?
No. TEXTCLIPFUNC serves a different purpose. The quickest solution is to define the value when invoke mhonarc on the command-line. For example: mhonarc -definevar DIR-BASENAME=aisha ... And then use $DIR-BASENAME$ in your resource file. --ewh --------------------------------------------------------------------- To sign-off this list, send email to [EMAIL PROTECTED] with the message text UNSUBSCRIBE MHONARC-USERS
