
Ok thanks, with your help my problem was resolved using this code:
using Variable double V1;
__________________________________________
void COMPARE (void)
{
GetCtrlVal (PANEL, PANEL_STRING, V2);
V1= atof(V2);
if (V1>=2.7)MessagePopup ("MSG", "Result is good, is = or >");
return;
}
___________________________________________
Mensaje editado por avalosro