
How and when would you use the CHAR structure? I've seen the CHAR used in C++ code, is this the same thing?
If I change this code to:technicorn wrote:Code: Select all
Structure ADDRARRAY a.l[0] ; We might get quad memory addresses with PB5 ?! ;) EndStructure
Code: Select all
Structure ADDRARRAY
*a[0]
EndStructure
Never got a straight answer.fsw wrote:Can somebody from the PB dev team tell me if this is the right approach and will it always work?technicorn wrote:Code: Select all
Macro Ubound(array) (PeekL(@array - 8) - 1) EndMacro
And if this command will be native in the future.