Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get value of a specific field and position

Hi guys,

i want to ask how can i retrieve a value of a specific field and position

for example i have table called dataset has field called key, inside this field i have one value

so how can i retrieve it.

Thanks all.

4 Replies
OmarBenSalem

why do u mean by retrieve it?

What's your point?

Anonymous
Not applicable
Author

i mean i want to store it inside variable

OmarBenSalem

Ah ok !

U can use fieldValue

or

Let vVariable = Peek('Field',the position(numeric), 'TableName');