Adding strings together

More
10 years 2 months ago - 10 years 2 months ago #7774 by hanisultan
Why when I do this
Memo1.Text := <UniDacQuery."phone"> + ',"' + <UniDacQuery."customer"> I get this

Name",number instead of

Number,"name?

Is the a function I used to add strings together?

table editor 5.2.1.3

Did some testing and it seems that the script doesn't like empty strings or strings with punctuations for example,
Memo1.Text := <UniDacQuery."phone"> + ' something ' + <UniDacQuery."customer"> I get this
number something name
but if I put a comma or nothing it will not display in the same order
Last edit: 10 years 2 months ago by hanisultan.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #7775 by admin
Replied by admin on topic Adding strings together
I think you have to use different object type

It should be tfrxSysMemoView

See pictures attached

Mike

Mike
ETL Architect
Attachments:

Please Log in or Create an account to join the conversation.