move types to other file
This commit is contained in:
		
							parent
							
								
									465e0d1a34
								
							
						
					
					
						commit
						f7bd4be3d5
					
				| 
						 | 
					@ -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;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue