sorry, try again with the edited code, it wasn't putting anything into %bl yet

also, I edited the code a 2nd time because there was a missing parenthesis in the %regsubex definition.

The fact that you didn't get an error message in status window indicates that you don't have 'identifier warning' enabled in options menu of scripts editor. When that's not checked, $no_such_identifier will return $null instead of giving you an error message telling you to fix your code

Last edited by maroon; 14/09/22 03:24 PM.