KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 Examples 
 Sample Code 

External Functions VB Sample Code

Option Strict Off
Option Explicit On
Module ExtFunctions
	Public Function myOperator(ByVal lExOpID As Integer) As Integer
		
		Dim szMessage As String
		Dim lSetResult As Integer
		
		szMessage = lzGetStrParm(lExOpID, 0)
		'MsgBox (szMessage)
		lSetResult = lzSetStrResult(lExOpID, szMessage)
		'lSetResult = lzSetNumResult(lExOpID, 3)
		
		myOperator = 0
		
	End Function
End Module


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy