From: "Donald Kibbey" <[EMAIL PROTECTED]>

> This is going to knock what's left of the "shine" off my "UniVerse Expert"
crown, but I did not realize this could be done!

Something to learn every day.  One thing to watch out for is the number of
units you have open.  You can specify the unit as anything from zero  to
254, (totalling 255 units), BUT -- that doesn't mean that you can write to
255 units simultaneously.

I came from a PR1ME background, and ran into a problem porting code to
Universe.  The application had something like 30 print files open, and if I
recall correctly there's a limit of 16.  Or there was, that may have
changed.

Obviously, (or at least so if I've expressed myself clearly), this is only a
limitation within BASIC code.  You can issue as many SETPTR commands as
you'd like, and each LIST command is writing only to a single unit.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to