PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Dotnet byte in Windev
Dotnet byte in Windev
Débuté par Mikoyske, 15 sep. 2008 16:03 - 2 réponses
Posté le 15 septembre 2008 - 16:03
Dear windev coders,
what is the equivalent dotnet Byte in Windev?
thanks
Posté le 15 septembre 2008 - 17:23
Hi. Try with 1-byte integer
Posté le 15 septembre 2008 - 20:47
Depending on what you want to do, the counterpart in WL can be a 1 byte int (int on 1) or a 1 byte unsigned int (unsigned int on 1). For arrays, the buffer type is an option too.