Change separator FieldView#1, FieldView#2

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
konfuzion
User
Posts: 378

Change separator FieldView#1, FieldView#2

Post by konfuzion »

Default separator is ", "
So if:
FieldView#1 = fld_value_int = 123
FieldView#2 = fld_name_varchar = "apple"

The display view would be "123, apple"

How to change ", " to "@" so display view becomes "123@apple" ?


arbei
User
Posts: 9286

Post by arbei »


Post Reply