Search found 2 matches

by ledo
Fri Mar 17, 2006 5:44 am
Forum: Bug Reports
Topic: a bug? addata with array larger than 1024
Replies: 2
Views: 16584

Solution

Hi, found the solution already,

adding:
updateDocNum(dPlot_Command(0, "[FileArrays(10,100000)"));
did the trick!
by ledo
Fri Mar 17, 2006 3:27 am
Forum: Bug Reports
Topic: a bug? addata with array larger than 1024
Replies: 2
Views: 16584

a bug? addata with array larger than 1024

Hello, i encountered a problem when plotting an xy plot from 2 arrays with the adddata command (latest version of dplot trial & jr).

When i plot arrays of size 1024 it works, 1025 and above it fails (generic error 0).

I tried to follow the example of ctest3 which also uses adddata. I want to use ...