I have got a list of strings of the following format:
[ "%AB0.1.100", "%TB4.1.15" ]
How i can parse this strings, that a i'd like to take for 1st element of list "0.1" of real type and "100" of integer type and "4.1" of real type and "15" of integer type.
How i can do this in loop ?