Hi,
if I have a value of a record, example: "LU_ATTRIB:LUTYPE:A1_VALUES"
My goal is, using regular expressions, to come to 3 variables comming from that record, namely: LU_ATTRIB, LUTPE and A1_VALUES in the variables field1, field2, field3.
I tried the following code:
Function...