[email protected] wrote: > hello > im trying to read a specific field from an array, i used READV but > when i compile, i get the ff error message: > > CODE is a dimensioned array - use var(n,n..) > [error 2 (1)] "RTN.ACT.REPORT", 43 (offset 63) near "=": > You need to show the line of code you are using, but it looks like you are trying to do this:
DIM CODE(99) READV CODE FROM file, item, attr ON ERROR... THEN... When you need to do this: READV CODE(66) FROM file, item, attr ON ERROR... THEN... Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
