O
ORC
Is there an easy way to extract a number from a string like:
result = ExtractNumber("this is a 4 string");
which should give the result = 4;
Thanks
Ole
result = ExtractNumber("this is a 4 string");
which should give the result = 4;
Thanks
Ole