PreviousNext
Help > Development > W-Language Functions for AS/400 > IFS functions > ASfLoadText - ASfLoadBinary > Example
Example

 

bufImg is Buffer

bufImg = ASfLoadBinary("/images/smt3.jpg")

 

IF bufImg="" THEN

 Info(ErrorInfo())

ELSE

 IMG_Image1 = bufImg

END