Constructs a new object with the specified count and value.
Uint8Array Uint8Array( int32 p_nCount, uint8 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nCount | The desired array count. |
| <uint8> | value | The initial value of all the items in the array. |
None published. Please look for an example in the Simdify Scripting Language code base.