Answer the question
In order to leave comments, you need to log in
1C how to display in Report(number + string)?
1C how to display in Report(number + string)?
Answer the question
In order to leave comments, you need to log in
can be a little shorter: "" + число + строка
. Or СтрШаблон("%1 %2", Число, Строка)
. And in general, BSP has several methods in the StringFunctionsClientServer module that implement a parody of template strings and they are somewhat more convenient when you have to change the output later.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question