InternalHelp

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

InternalHelp

Post by DoubleDutch »

A way to include a help file within the program data would be great

Code: Select all

InternalHelp(@HelpAddr,topic$)

.
.
.

DataSection
HelpAddr: IncludeBinary("filename.hlp") ; or filename.chm
EndDataSection
-Anthony