InternalHelp
Posted: Sun Oct 24, 2004 5:40 pm
A way to include a help file within the program data would be great
-Anthony
Code: Select all
InternalHelp(@HelpAddr,topic$)
.
.
.
DataSection
HelpAddr: IncludeBinary("filename.hlp") ; or filename.chm
EndDataSection