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

Dynamic Data Definition

Former Member
0 Likes
490

Hi,

Does anybody knows if it is possible to create a dynamic data variable, having in account that I have the datatype that I want to use stored in a char variable?

Thanks in advance,

NPA

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
462
3 REPLIES 3
Read only

Former Member
0 Likes
462

Hi,

Use the FIELD-SYMBOLS to store the dynamic variables.

Regards

Sudheer

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
463
Read only

0 Likes
462

Problem solved.

Thanks