Do we have split or get option in sequence
like
sequence stringValues := [a, b, c, d, e];
stringValues .split(“.”) or stringValues.get[0]
Do we have split or get option in sequence
like
sequence stringValues := [a, b, c, d, e];
stringValues .split(“.”) or stringValues.get[0]
https://documentation.softwareag.com/pam/10.15.0/en/webhelp/ApamaDoc/sequence.html
…documents the sequence type.
There doesn’t look to be what you want.
Can you explain more about which direction you are looking for please?
We have
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.