I will have hundreds of functions such as this
void OrganOut()
{
Title("OrganOut");
Where the first line puts the title of the function up on the LCD display (it's an embedded music system as you can probably guess by the name). As the function name is obviously known at compile time, is there any way to automate placing the name in Title to avoid entering the name twice ?