[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cbyte of a pointer fails with error: wanted byte got pointer
[Thread Prev] | [Thread Next]
- Subject: Re: cbyte of a pointer fails with error: wanted byte got pointer
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Tue, 14 Oct 2025 15:23:29 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 14/10/2025 à 15:02, Brian G a écrit :
This creates the error dim a as pointer = 1 dim b as byte = cbyte(a) print b Type mismatch: wanted Byte, got Pointer instead
I'm not shocked. What could be the conversion of a memory address to a byte, unless a bug?
-- Benoît Minisini.
| cbyte of a pointer fails with error: wanted byte got pointer | Brian G <brian@xxxxxxxxxxxxxxxx> |