12-01-2016, 12:31 PM
Thank you very much!
Also sometimes there is no "K" in it at all, so for example "3,148".
I get an error with the second code:
unknown sub-function
This is highlighted in the Macro "sub.Callback_str_replacerx".
edit: It seems like #sub creates a macro inside the macro
How can I continue with the macro after this, the macro is also looped?
edit2: Got it, just had to move the #sub macro to the end of the script.
But the result is the same for numbers like "1,300" or "2,500" it doesnt work
and it puts out only "2" or "3".
Also sometimes there is no "K" in it at all, so for example "3,148".
I get an error with the second code:
unknown sub-function
This is highlighted in the Macro "sub.Callback_str_replacerx".
edit: It seems like #sub creates a macro inside the macro
How can I continue with the macro after this, the macro is also looped?
edit2: Got it, just had to move the #sub macro to the end of the script.
But the result is the same for numbers like "1,300" or "2,500" it doesnt work
and it puts out only "2" or "3".