Hi,
Kindly advice how to split the message with 2 line of feed.
Example message :-
ALARM @SAM092
P1: OK/CB:FT
P2: OK/CB:FT
First line end with Chr(13)
2nd Line end with Chr(10).
I want to split the message in single code.
Now am using " Message.Split( Chr(10))"