From what I can gather he wants to do something like:
Sprite("Some text" & Sprite('A number'))
This isn't possible, you must explicitly name the variable you want to use in an expression, it can't be dynamically built at runtime through other values/expressions.