If I understand correctly, then you have a table with a field (let's call it "Value"), and you have 10 records in that table, right? In that case, this code should do it:
If I understand correctly, then you have a table with a field (let's call it "Value"), and you have 10 records in that table, right? In that case, this code should do it:
Answers
Here:
NoOfValues : Integer;
MyArray : Integer[10];
MyTable : Record "My Table";
Thanks a lot for your answer
But whether the variable MyTable in relations with field in table?
Code works in right way
Thank you a lot))))))))))))