GetNetCardId() no funciona con inalámbrica Help!
Posted: Sun Nov 24, 2019 12:54 am
GetNetCardId() no funciona con inalámbrica me saca esto { ... }
que se puede hacer HELP
Saluditos.....

que se puede hacer HELP
Saluditos.....
www.FiveTechSoft.com
https://forums.fivetechsupport.com/~fivetec1/forums/
https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?t=38093
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
LOCAL aRed := {}
aRed := GetNetCardID()
xbrowse( aRed )
aRed := GetNetCardInfo()
xbrowse( aRed )
// MsgInfo( GetNetCardID() )
return nil