Will the value always be? "TIMEPLAYED$name$"?
If so, just reference the string with strVariable[ 10 ]
Or change it when saved? Based on your last post it sounds like you do not want to change the way its saved?
PHP Code:
format(vaultkey, 63, "TIMEPLAYED%s", name);
to
formatex(vaultkey, 63, "%s", name);
__________________