- Posts: 725
- Thank you received: 15
Adding strings together
- hanisultan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
10 years 2 months ago - 10 years 2 months ago #7774
by hanisultan
Adding strings together was created 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
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.
10 years 2 months ago #7775
by admin
Mike
ETL Architect
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
It should be tfrxSysMemoView
See pictures attached
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.