PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: MikeinFL on January 24, 2022, 10:04:21 PM

Title: What is error 119?
Post by: MikeinFL on January 24, 2022, 10:04:21 PM
What is error 119?  Documentation says reserved.

I get an error 119 in both v18.20 and v17.10, but not in v14.10 when writing to the same keyed file with this line of code:

1530 WRITE (3,KEY=A1$+VAR$+"00000000")IOL=2390

Thanks

Mike Flemmer
BASIC PC SOLUTIONS


Title: Re: What is error 119?
Post by: Mike King on January 25, 2022, 08:39:25 AM
The error is generated when using a Demo key and you have hit the file limit.  we changed this from the standard end-of-file error to avoid confusion.

PxPlus-2021 Web (Ver:18.20/MS-WINDOWS) Serno:1820-001-1060295
(c) Copyright 2005-2021 PVX Plus Technologies Ltd. (All rights reserved)
  Website: http://www.pvxplus.com
->? msg(119)
Error #119: Maximum record count hit for demo/educational license
->




Title: Re: What is error 119?
Post by: MikeinFL on January 25, 2022, 08:50:08 AM
Thanks Mike.  I did remember what it was.  Demo runs so smooth that it always surprises me when it comes up.