No issue. Just commenting on an observation.
Developing a script that parses cells in a library and one of the functions in the script takes the library name as an argument.
I was using "procedure( funcName(libName)..." and the script was getting numerous DB-270211 warnings and sometimes returning errors on dbSave. Debugged with print statements and stepping through the code but nothing made any sense. Then tried "procedure( funcName(Library)..." and all warnings and errors evaporated.
So I guess using "libName" as a variable is a no-no.