This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
The following snippets are meant to show how to extract the individual elements from a string with fixed separators.
Variant 1: Convert the string to a container using str2con()
Variant 2: Convert the string to a list using strSplit()