Skip to main content

ByteIsInData

Type

operator

Summary

Determines whether Needle is in Target.

Syntax

<Needle> is in <Target>

Description

note

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

Parameters

NameTypeDescription

Needle

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

Target

An expression which evaluates to binary data.

Thank you for your feedback!

Was this page helpful?