How do I make fvwmscript Menu get values past 9?

How do I make fvwmscript Menu get values past 9? It always crashes when I try to add the {10}

For exemple:

Widget 20
Type Menu

If (GetValue 20) == {1} Then
If (GetValue 20) == {2} Then

And then, when I add the {10}, it breaks and won’t open anymore.

If (GetValue 20) == {10} Then

Can someone help me?

Many years ago I was using FvwmScript. From what I remember, GetValue is same as the Widget number. Sounds like you don’t have Widget 10.

Can you post it here?