- Code: Select all Expand view
#include "Fivewin.ch"
FUNCTION MAIN()
? test
RETURN NIL
It just freeze with latest FWH.
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
? test
RETURN NIL
while ! Empty( __ClassName( n ) )
cErrorLog += " " + Str( n, 3 ) + " " + __ClassName( n++ ) + CRLF
end
while __ClassName( n ) != "NUMERIC"
cErrorLog += " " + Str( n, 3 ) + " " + __ClassName( n++ ) + CRLF
end
EnricoMaria wrote:Try
- Code: Select all Expand view
while __ClassName( n ) != "NUMERIC"
cErrorLog += " " + Str( n, 3 ) + " " + __ClassName( n++ ) + CRLF
end
EMG
WHILE n <= __ClsCntClasses()
cErrorLog += " " + Str( n, 3 ) + " " + __ClassName( n++ )+ CRLF
END
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 64 guests