pjohns
24th March 2009, 18:16
Hello,

Simple question, I hope.

What do the numbers in brackets mean when used in a print expression on a report field?

tfcmg001.badr(1;6)

Thanks

PJ

zardoz
24th March 2009, 19:02
It's simply a substring abbreviation; 1 means that starts from first character, 6 is the length.

_Ralph_
24th March 2009, 19:26
Print Expression field is almost like a "script text" field.
You can use function, concatenate handle mathematical expressions trough it.

Hitesh Shah
25th March 2009, 16:31
It's an output place holder on report . It should be valid bshell expression containing symols either from input field or from report script declared field.