Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
> From: MITTELHEISSER Jean Claude
>
> Thanks but I can't do that, because buffer has not a fixed structure.
The
> part I want to modify can be on position 15 one time and next time on
> position 16.
Jean Claude, have you tried using a BASED variable?
D MyBuffer s 128
D MyPackedField s 5p 0 based(pField)
/free
pField = %addr(MyBuffer) + 15;
MyPackedField = 123;
/end-free
This will update positions 16 thru 18 of the buffer with x'00 12 3F'.
Joe
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.