OriginPro 9.0.0 SR2 64-bit, Win7 64-bit/32-bit, running in VMware Fusion 5.0.3
Is there currently a feature/function in Origin C that returns the name of the function that currently executing code is in? E.g.
void MyFunc()
{
string strFuncName = get_current_function(); // The theoretical function
out_str(strFuncName); // Outputs "MyFunc"
}