On 2020-01-14 00:40, 'Andrew Zenz' [email protected] 
[firebird-support] wrote:
> I have tried various iterations of it, as a BYTE and as Pablo Sanchez
> suggests in a later response, a CSTRING, eg:
> 
> spb_buffer         BYTE,DIM(128)
> 
> or
> 
> spb_buffer         CSTRING(128)
> 
> As a BYTE, I fill it thus:
> 
> spb_buffer[1] = 2            ! which is also defined as
> isc_spb_version, also tried 0010b and 02h

I know nothing about Clarion, and Google doesn't give me a lot of 
results, but are you sure arrays in Clarion are 1-based?

Mark

Reply via email to