There aren't any % characters in the command strings. There are % characters in the Format Into String functions. You might want to look at the help for Format Into String and specifically the "format string" topic. The format specifier determines how the input is converted to a string. For example, if you specify %d, the numberic input is converted to an integer. A format of %f, converts the input to a floating point number.