Commit f7d3d75f authored by Robert Sprowson's avatar Robert Sprowson Committed by ROOL
Browse files

Help correction

The help for the two forms of POINT both pointed to the same message, so POINT( was wrong.

Version 1.81. Tagged as 'BASIC-1_81'
parent 7f397afc
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate GBLS Module_ApplicationDate
GBLS Module_HelpVersion GBLS Module_HelpVersion
GBLS Module_ComponentName GBLS Module_ComponentName
Module_MajorVersion SETS "1.80" Module_MajorVersion SETS "1.81"
Module_Version SETA 180 Module_Version SETA 181
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "02 Apr 2020" Module_Date SETS "26 Sep 2020"
Module_ApplicationDate SETS "02-Apr-20" Module_ApplicationDate SETS "26-Sep-20"
Module_ComponentName SETS "BASIC" Module_ComponentName SETS "BASIC"
Module_FullVersion SETS "1.80" Module_FullVersion SETS "1.81"
Module_HelpVersion SETS "1.80 (02 Apr 2020)" Module_HelpVersion SETS "1.81 (26 Sep 2020)"
END END
/* (1.80) /* (1.81)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 1.80 #define Module_MajorVersion_CMHG 1.81
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Apr 2020 #define Module_Date_CMHG 26 Sep 2020
#define Module_MajorVersion "1.80" #define Module_MajorVersion "1.81"
#define Module_Version 180 #define Module_Version 181
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "02 Apr 2020" #define Module_Date "26 Sep 2020"
#define Module_ApplicationDate "02-Apr-20" #define Module_ApplicationDate "26-Sep-20"
#define Module_ComponentName "BASIC" #define Module_ComponentName "BASIC"
#define Module_FullVersion "1.80" #define Module_FullVersion "1.81"
#define Module_HelpVersion "1.80 (02 Apr 2020)" #define Module_HelpVersion "1.81 (26 Sep 2020)"
#define Module_LibraryVersionInfo "1:80" #define Module_LibraryVersionInfo "1:81"
...@@ -321,7 +321,7 @@ HELPTOKENINFO ...@@ -321,7 +321,7 @@ HELPTOKENINFO
DCB TOPENU,"HOPENIN",0 DCB TOPENU,"HOPENIN",0
DCB TOPENO,"HOPENOUT",0 DCB TOPENO,"HOPENOUT",0
DCB TPI,"HPI",0 DCB TPI,"HPI",0
DCB TPOINT,"HPOINT",0 DCB TPOINT,"HPOINTPAR",0
DCB TPOS,"HPOS",0 DCB TPOS,"HPOS",0
DCB TRAD,"HRAD",0 DCB TRAD,"HRAD",0
DCB TRND,"HRND",0 DCB TRND,"HRND",0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment