Trying to split a field.
ie
[Field1]
Sample The dog jumped the fence
Example output:
Field(1) + 'asd ' + Expr(2)
The asd dog
Not sure if what I typed is correct.. Hopefully it helps. Trying to take one field, and break into array so I can build a new output in another field.
ie
[Field1]
Sample The dog jumped the fence
Example output:
Field(1) + 'asd ' + Expr(2)
The asd dog
Not sure if what I typed is correct.. Hopefully it helps. Trying to take one field, and break into array so I can build a new output in another field.