ByteIsInData

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Needle> is in <Target>
Associationscom.livecode.byte
Summary

Determines whether Needle is in Target.

Parameters
NameTypeDescription
Needle

An expression which evaluates to a single byte of binary data.

Target

An expression which evaluates to binary data.

Values
NameTypeDescription
return

True if Needle is among the bytes of Target, and false otherwise.

Description

Note: It is an error if Needle evaluates to data consisting of more than one byte.

Tagsbinary