Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hungarian text

Former Member
0 Likes
459

hi friends - very interesting issue.

i have one hungarian text like 'Adószám:10504897-2-44’.

how can i pass this to some variable in my program - i have tried string & using constant declaration - but couldn't succeed as it is showing some syntax error like:

'Adószám:10504897-2-44’ is longer than 255 char.s. Plz check whether it ends with a quotation mark.

Plz suggest me some solution

Thanks

Praveen

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
430

Hi

Use the split & concatenate mechanism.

Regards,

Sreeram

hi friends - very interesting issue.

i have one hungarian text like 'Adószám:10504897-2-44’.

how can i pass this to some variable in my program - i have tried string & using constant declaration - but couldn't succeed as it is showing some syntax error like:

'Adószám:10504897-2-44’ is longer than 255 char.s. Plz check whether it ends with a quotation mark.

Plz suggest me some solution

Thanks

Praveen

2 REPLIES 2
Read only

Former Member
0 Likes
430

Hi Praveen,

Create a text element with the hungarian text, and pass this text element to the variable.

Reward with points if useful

Regards,

Kris.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
431

Hi

Use the split & concatenate mechanism.

Regards,

Sreeram