I was playing first time with USERCOMMAND today.
And there are great extension, but they require a lot of typing if you want to support all variable types.
For usercommand with 1 input variable you need minimum 4 macros(each for bit, byte, word, and constant), if you have 2 inputs in your command, then you need 16.
If you are using long, then 25 macros just for 2 inputs, 3 input 125 macros. And that is too much...
So I created little App in VS2012 to do hard work...
I just finished it and just give it quick test. Should be fine, but use at own risk!
Screenshot:
Name:  Usercmd APP.png
Views: 1205
Size:  40.3 KB
Here is project:
UserCommand.zip
If you want to use just .exe path is "...Archive\UserCommand\bin\Release\UserCommand.ex e"
Requires at least .NET Framework 2.0.