- Plugin development and howto
- Plugin usage and experiences
- Requests and wishes
Note that plugin development help and examples can be found here: http://help.blumentals.net/webuilder/pl ... ucture.htm
Code: Select all
switch (i)
{
case 1: j = 1;
case 2..10: { j = 2; j++; }
default: { j = 10; }
}