ni / labview-gdrive

LabVIEW wrapper for the .NET Google Drive API
MIT License
10 stars 11 forks source link

listFiles contains an error #18

Open TwoToons opened 5 years ago

TwoToons commented 5 years ago

count is decremented and i in the for loop is incremented to get the file list. This is a bug. index0=newest file on the drive.

ArjanWiskerke commented 4 years ago

I fixed the bug, can I post the new VI?

ArjanWiskerke commented 4 years ago

I have no rights to upload my VI so here is a snippet from my revised VI: revised

In the old , the for loop has a decrement on N and a increment on i.