mariusz-buk / effectus

Effectus by Boštjan Gorisek
Other
9 stars 4 forks source link

BYTE ARRAY replacing SBYTE ARRAY #8

Open Gury8 opened 4 years ago

Gury8 commented 4 years ago

Currently declaring strings is only possible with SBYTE ARRAY variables, but this must be replaced with usual BYTE ARRAY declaration, as is the case with byte values. String elements must be considered as individual byte values.