Author Topic: Truncate Names  (Read 783 times)

dajokr

  • Newbie
  • *
  • Posts: 14
Hi there,

Can some of you programming wizards help me with a virtual tag?  Looking to truncate composer names to just the last name.

Thx!

redwing

  • Guest
Try this:

Code
$IsNull(<Composer>,,$RSplit(<Composer>," ",1))

dajokr

  • Newbie
  • *
  • Posts: 14
Try this:

Code
$IsNull(<Composer>,,$RSplit(<Composer>," ",1))

Fantastic - worked.  Thanks!