Without any context, it's kind of hard to tell what you're trying to do. It looks kinda like you want to parse a text string for a multiplication operator and operand, and apply it to an "old" ("antigo") value.
If so, the issue is your copytext is including the '*' character, which is causing text2num() to fail. So as ExPixel originally suggested, you just need to add 1 to your starting index: