PreviousNext
Help > Development > W-Language Functions for AS/400 > Program and Procedure calls > Easycom XML > ASXMLLoadDefinition > Example
Example


HOpenConnection
(MaConnection1)

sFichier is a string

sFichier = "EASYCOMXMP/QRPGLESRC,CVTNW_H"

 

IF NOT ASXMLLoadDefinition("RPG",sFichier ,MaConnection1) THEN

       Info(ErreurInfo())

ELSE

       Info("The definition has been loaded")

END