Hola Foro,
Tendra alguien algun ejemplo de como utilizar la clase TPUBLIC definiendo variables globales y/o para crear arreglos dinamicos ?
Gracias de antemano
#include "fivewin.ch"
Function Main()
Public oPub
// Crear clase
oPub:=TPublic():New()
// Poner valores
oPub:Add ("nVariable1",1)
oPub:Add ("cVariable2","Prueba")
// Recoger valores
msginfo (oPub:Get("cVariable2")
// Libero
oPub:Release()
oPub:End()
Return (nil)
oPub:Set("nVariable1",999)
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 34 guests