
11-04-2017, 07:08 AM
|
 |
|
|
Join Date: Oct 2017
Location: Bremen/Germany
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by noypiscripter
I know it's solved and I was actually surprised your solution works.
|
Me too!
Quote:
Originally Posted by noypiscripter
But I would do it this way using string concatenation:
Code:
{vb:set phraseVar, 'prefix_'}
{vb:strcat phraseVar, {vb:raw conversation.prefixid}}
{vb:strcat phraseVar, '_title_rich'}
{vb:phrase {vb:raw phraseVar}}
|
I'll try. Thank you!
EDIT: Works! THX!
|