MMBasic for Windows - alphas
| Author | Message | ||||
| thwill Guru Joined: 16/09/2019 Location: United KingdomPosts: 4344 |
Fair enough, but you recognise that LOAD DATA is not usable for a library to independently load its own data because a .INC file doesn't know where it is located ... or to put it another way the .INC file has already been inlined and that context is lost by the time any LOAD DATA command within is executed. I note that PureBasic can IncludeBinary data but that would also require you to support .INC files including other .INC files (which isn't particularly difficult), but I'm not trying to get you to add new features to MMB4W beyond those supported by the CMM2, afterall the goal is compatibility. You are the one who taught me how to do it .Best wishes, Tom Edited 2022-02-22 23:23 by thwill |
||||