Using Software Design Patterns - FoxDevSD

Public Shared Function CreateBinary(ByVal cExpression As String) As String 'This decorator simply returns the expression back 'This is because we used this function to converts VFP strings to binary type 'character string so they could be passed to an ActiveX control or 'automation object. ................
................