Forum Discussion
MadhuLambu
Contributor
I have a variable defined on the project of Type 'DB Table'.
Here's the code snippet am using,
let sheet = Project.Variables.params;
sheet.Reset();
while (!sheet.IsEOF()) {
id = sheet.Value("ID");
.
.
.
}
sheet.Disconnect();
rraghvani
2 months agoChampion Level 3
The snippet of coding does not really provide much information, to diagnose the issue. If you can provide the full code and the spreadsheet, that would help.
Related Content
- 3 months ago
- 4 years ago
Recent Discussions
- 9 hours ago