Hi,
I need some help retrieving some values from string.
I have tried few different ways but nothin seems to work.
Here is the string value (brand!sunshine)(r!58)(k!15228)
the only parts that are static is brand!, r!, k!, after that is the values I want to retrieve.
sunshine
58
15228
I could use substring but value length always changes and I know there is way to count lenght and I tried replace to remove "(" but then I have problem of getting the value.
Thanks
I need some help retrieving some values from string.
I have tried few different ways but nothin seems to work.
Here is the string value (brand!sunshine)(r!58)(k!15228)
the only parts that are static is brand!, r!, k!, after that is the values I want to retrieve.
sunshine
58
15228
I could use substring but value length always changes and I know there is way to count lenght and I tried replace to remove "(" but then I have problem of getting the value.
Thanks