Get PBL nameTag(s): Powerscript
Get the name of current PBL (plus its full path)
ClassDefinition lcd lcd = this.ClassDefinition MessageBox("", "My PBL name is " + lcd.LibraryName )
See also this PB HowTo
ClassDefinition lcd lcd = this.ClassDefinition MessageBox("", "My PBL name is " + lcd.LibraryName )