comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » please help
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
please help [message #51056] Fri, 03 November 2006 07:45
creon is currently offline  creon
Messages: 3
Registered: November 2006
Junior Member
Hello. Iam a beginner and i am having trouble with a loop.It's like
this:
j=0
for i=0,20 do begin
if (data.field08[i]='V') then begin
dataV.time[j]=data.field10[i]
dataV.object[j]=data.field07[i]
dataV.count[j]=data.field09[i]
dataV.filter[j]=data.field08[i]
endif
j++
endfor
if i delete j++, it works fine writing all to the 0.th. but i need j to
increase each time. so i add j++ and recieve an error message like
this:
" Subscript range values of the form low:high must be >= 0, < size,
with low <= high: <No name>"
how can i fix that? i will be thankfull if you help me out with this.
good day.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: cw_dual_slider: a slider with two slides
Next Topic: Removal of zero values

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:32:58 PDT 2025

Total time taken to generate the page: 0.00507 seconds