Code: Select all
InternalHelp(@HelpAddr,topic$)
.
.
.
DataSection
HelpAddr: IncludeBinary("filename.hlp") ; or filename.chm
EndDataSection
Code: Select all
InternalHelp(@HelpAddr,topic$)
.
.
.
DataSection
HelpAddr: IncludeBinary("filename.hlp") ; or filename.chm
EndDataSection