Given the follwing macro VA Snippet
void Enter$selected$();
void Update$selected$();
void Exit$selected$();$end$
And the following selection
StateA
StateB
is it possible to generate, in one shot:
void EnteStateA();
void UpdateStateA();
void ExitStateA();
void EnterStateB();
void UpdateStateB();
void ExitStateB();
Regards,
*moved to correct section by feline*