Re: Error 47 Paramater too large?


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on April 11, 2005 at 12:46:23:

In Reply to: Error 47 Paramater too large? posted by greg on April 11, 2005 at 12:33:21:

Greg:

Could be that you're running a version of Comet before 100 LUNs was introduced. That feature was introduced in Comet 2005.346. Comet 2004 only supports LUNs 0 thru 49.

You will also want to change the declaration of your X var to 3.0 or else your program will likely end up in an endless loop. X will be incremented after each iteration of the loop, then tested for < 99. Because it's 2.0, it will roll around to 0 (rather than 100).

Another way to do what you want and not worry about how many LUNs are supported is:

Close ! Closes all luns
open (0) term$ ! Reopen terminal

bb



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]