Question
Function not returning value
I have a function that should be returning a simple string value, but instead is returning the following:
cfutilities2ecfc1535299900$funcSQLNOLOCK@1ddbc34
The function is called 'sqlNoLock' and it resides in a cfc called 'utilities'. I have no idea why it's behaving this way. Any ideas?
