Hi
I want to check the 16 inputs of a device we have. Each of these inputs are stored in a single row in the DB at the moment.
The way I had wanted to do it was similar to below;
Increase is Long
InboxMeterP() is String
I have discovered this doesn't work. If I replace (increase) with 1.... 16 etc it works fine, but I would like to step through.
Any ideas?
Thanks
I want to check the 16 inputs of a device we have. Each of these inputs are stored in a single row in the DB at the moment.
The way I had wanted to do it was similar to below;
Code:
Increase = 1
InboxMeterP(Increase) = rs2!InboxMeterSerialP(Increase)
Increase = Increase + 1
Increase is Long
InboxMeterP() is String
I have discovered this doesn't work. If I replace (increase) with 1.... 16 etc it works fine, but I would like to step through.
Any ideas?
Thanks