move types to other file
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
type
|
||||||
|
ByteString = String[2]; { String representing a u8. }
|
||||||
|
ShortString = String[4]; { String representing a u16. }
|
||||||
|
|
||||||
|
|
||||||
function ValidHexDigit(bval: Byte): Boolean;
|
function ValidHexDigit(bval: Byte): Boolean;
|
||||||
var
|
var
|
||||||
IsValid : Boolean = False;
|
IsValid : Boolean = False;
|
||||||
|
|||||||
Reference in New Issue
Block a user