
que se puede hacer HELP
Saluditos.....
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
LOCAL aRed := {}
aRed := GetNetCardID()
xbrowse( aRed )
aRed := GetNetCardInfo()
xbrowse( aRed )
// MsgInfo( GetNetCardID() )
return nil