[Implemented] Unsigned bytes

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.
Any Peek'd character >127 appears as a negative value, which can mess things up unless you're careful.
useless for a programming language, if this doesn't work.
And it doesn't matter what happens in BlitzBasic.This is PureBasic.
I love it and i would be happy if this Language functions do like other
standard basic languages(from gwBasic up to VB (C64, AmigaBasic too)all handle unsigned Bytes)

Okay, an other solution is to use Words (converting from Bytes to Word and versa)or ASM directly........

We will hope the best for 3.x ..........

(Remember Constant Strings Fred ,
MyByte.c [1] or something like that , we discuss this on the chat )

Its a long way to the top if you wanna .....CodeGuru
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.

just to remember, unsigned bytes !

Its a long way to the top if you wanna .....CodeGuru
Post Reply