What are the correct steps to include strings in a DCOD ??
I want them as a STR# resource
ie:
thetext$ = "Some text"
I've checked the DCOD example and other examples but I can't see any exact
instructions that tell me what to do...
How do I clear the following record
DIM RECORD myRec
DIM someInt%
blah blah blah
DIM END RECORD _myRecSz
I'm not sure that:
DEF LONGBLOCKFILL (@myRec, _myRecSz, 0)
works because macsBug reports heap corruption or block error but I'm not
sure if the DEF LONGBLOCKFILL is the problem.
DCODs are unknown territory
thanks
Pete...