| i | Skip a field. Does not require an argument. |
| I | Use GPL_Value::GetInteger() to set the corresponding int * argument. |
| r | Skip a field. Does not require an argument. |
| R | Use GPL_Value::GetReal() to set the corresponding double * argument. |
| s | Skip a field. Does not require an argument. |
| S | Use GPL_Value::GetString() to set the corresponding char ** argument. |
| b | Skip a field. Does not require an argument. |
| B | Use GPL_Value::GetBlock() to set the corresponding char ** argument and the following int * argument. |
| m | Skip a field. Does not require an argument. |
| M | Use GPL_Value::GetMessage() to set the corresponding GPL_Message * argument. |
| n | Skip a field. Does not require an argument. |