[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cbyte of a pointer fails with error: wanted byte got pointer


This creates the error

  dim a as pointer = 1
  dim b as byte = cbyte(a)
  print b
 Type mismatch: wanted Byte, got Pointer instead


--

~~~~ Brian

Attachment: OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Follow-Ups:
Re: cbyte of a pointer fails with error: wanted byte got pointerBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>