Descrição
Essa função é responsável por verificar se o ambiente que está sendo utilizado é SmartERP.

Sintaxe
MPIsSmart → lRet

Retorno
lRet-  Lógico (.T. ou .F.)

Exemplo

#include "protheus.ch"

User Function MyTest()
         
	If MPIsSmart()      
    	Conout('Ambiente SmartERP')
	EndIf

Return