Hi,
You could split your code (is it a string?) by ".", so text between 6th and 7th point should be:
code.split(".")[6]
Jarek
Hi,
You could split your code (is it a string?) by ".", so text between 6th and 7th point should be:
code.split(".")[6]
Jarek