IncludeBinary?
Posted: Fri May 07, 2004 6:01 pm
Hi, is it possible to include a .txt within an exe and then use the ReadString() command to get data from it?
Code: Select all
Debug PeekS(?File)
Debug "String is " + Str(MemoryStringLength(?File)) + " bytes long."
DataSection
File:
IncludeBinary "sample.txt"
EndDataSection