Date: 03-28-2012
Return to Index
created by gbSnippets
'Compilable Example:
#Compile Exe
#Dim All
#Include "Win32API.inc"
Macro gbMacroA = "dog"
Macro gbMacroB (a,b) = Max(a,b)
Function PBMain() As Long
Local i As Long
? gbMacroA
i = gbMacroB(5,4)
? Str$(i)
End Function
'gbs_00834
'Date: 03-05-2012
http://www.garybeene.com/sw/gbsnippets.htm