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

Syntax help

Former Member
0 Likes
356

Hi, I need som basic syntax help.

I have a function which I want to take a field-symbol as an input parameter.

I want the type of the field-symbol to be ANY because I dont know what type of field-symbol will be sent in.

My question is: I want to determine the type of field-symbol sent in to my function and i want to declare a field-symbol of the type sent in.

regards

Baran

2 REPLIES 2
Read only

Former Member
0 Likes
331

Hi,

I dont think you require any type for the field symbols.

Just assign the field symbol to any object..it will take the attributrs of that assigned object.

Sushil.