How to initialize byte in UiPath

Hi All,

Can anyone tell me, how to initialize byte in assign activity.

Thanks in Advance,
Deepika

You can set it value to 1 and 0 in assign activity.

@ghazanfar

Thanks for your reply.

Variable type is Array[byte] not byte…byte

1 Like

image


You can specify size like test = new Byte(3){}

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.