PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Peter.Higgins on August 10, 2022, 05:28:40 PM

Title: Reverse or limit VER *
Post by: Peter.Higgins on August 10, 2022, 05:28:40 PM
For a while we've been able to VER 2 for instance to get the date/Time/Version number of a program and it has stopped working in the last couple of weeks.  Since the program count is set a 50, VER * is pretty much useless as it only shows the last 10 lines or so.  Is there a way to limit or reverse the list?
Title: Re: Reverse or limit VER *
Post by: Mike King on August 10, 2022, 06:31:38 PM
Try setting the +R (PxPlus Revision) system parameter to whatever number of revisions you want the system to maintain.

  SET_PARAM '+R'=20 ! Twenty Revisions
Title: Re: Reverse or limit VER *
Post by: Peter.Higgins on August 11, 2022, 03:56:15 PM
Yes that was useful to set the 50 limit when someone who made frequent saves joined the crew. ::)