RE: [coldbox:13826] create dynamic table name

What’s the error message you receive?

~Brad

I am getting
TBKNAMEGATEWAY is undefined

What do you expect to happen? We haven’t been provided with much information but taking a stab in the dark… you might have intended to do something like this…

evaluate( ‘tbkname.’ & getByAttributes() & “()” );

Doesn’t seem very eloquent and if that’s what you’re attempting to accomplish, there is probably a better solution than concatenating strings to form CFML/CFScript.

Jason Durham