Is it possible to create a macro with current user?
This seems not to be working....
function _btn_test_Click ()
{
$value =currentuser();
return __msgbox($value);
}
This seems not to be working....
function _btn_test_Click ()
{
$value =currentuser();
return __msgbox($value);
}