Home > lang > isbyte 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
IsByte
Boolean = IsByte ( Expression ) AS Boolean

Returns TRUE if the Expression is a Byte.

Example

PRINT IsByte(1), IsByte(12 + 2), IsByte(12 + CByte("2"))

False   False   False

PRINT IsByte(CByte(1)), IsByte(CByte("12") + 2)

True    True

See also

Datatype Functions