Search found 2 matches

by ChrisH
Wed Feb 09, 2022 9:36 am
Forum: Coding Questions
Topic: How to fill an Array in procedure ReadCallback?
Replies: 4
Views: 3672

Re: How to fill an Array in procedure ReadCallback?

Okay, thanks!

In fact, I need this Array not within the procedure "ReadCallback". I want to work with this Array, I want to change the values and save the Data in a file again.

So, if I call the procedure DebugDaten() at the end of the program the data are lost. What's my mistake?

Global Dim ...
by ChrisH
Tue Feb 08, 2022 2:37 pm
Forum: Coding Questions
Topic: How to fill an Array in procedure ReadCallback?
Replies: 4
Views: 3672

How to fill an Array in procedure ReadCallback?

Good afternoon,

I'm new to spider basic, so please excuse this simple question.

Perhaps somebody can help me with this problem: I want to open a file and the read data shall be put in an Array. This does not work. The Array is empty. How can I fill an Array with data read from a file?

Greetings ...