here is an example about what i want to know
decimal database feild {feild}//the value of feild = 345.00
formula: String variable stringVar S := "SomeString";
S := S +'--'+{feild}
when i use the formula in the report i want the result to be displayed as : SomeString--345
decimal database feild {feild}//the value of feild = 345.00
formula: String variable stringVar S := "SomeString";
S := S +'--'+{feild}
when i use the formula in the report i want the result to be displayed as : SomeString--345