Does anyone know how to code a resuable function within a compute node?
I tried
Function 2Byte(Bytes_in IN CHAR, Bytes_Out Number) IS
.......
End;
I get a syntax error.
Is there an alternati ...
Thanks, Neil. The following code works but I will investigate the NEON parser. Thanks for the tip:
DECLARE VARIABLES **********************************************
DECLARE BIN_IN_BLOB BLOB;
DECLAR ...
Thanks for the reply. The problem is in the input MRM if you define an integer, it expects 4 bytes. I can bring it in as 2 bytes characer and then set a variable of type BLOB to BITSTREAM(InputRoot.MR ...
I am attempting to pick up a 2 Character field in an incoming message. I need to convert the binary field to an integer. If I use BITSTREAM(InputRoot.MRM.field), It returns a string X'HHHH'. How can I ...