PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → In Windev, what's then Nothing of VB
In Windev, what's then Nothing of VB
Iniciado por laurent.maumet, 20,ago. 2003 14:28 - 1 respuesta
Publicado el 20,agosto 2003 - 14:28
With VB, i'm using Nothing
exemple
MyVal = Nothing
And with Windev ??
Laurent
Publicado el 20,agosto 2003 - 15:35
Hi,
With VB, i'm using Nothing
exemple
MyVal = Nothing
And with Windev ??

MyVal = Null
Peter