2001-02-09 11:25 UTC-0800 Ron Pinkas <ron@profit-master.com>
* harbour/source/debug/debugger.prg
! Fixesd ValType( &cColor ) to Type( cColor )
* hb_slex.bc
* Synched with makefile.bc
This commit is contained in:
@@ -512,7 +512,7 @@ METHOD EditColor( nColor, oBrwColors ) CLASS TDebugger
|
||||
|
||||
SetCursor( SC_NORMAL )
|
||||
@ Row(), Col() GET cColor COLOR SubStr( ::ClrModal(), 5 ) ;
|
||||
VALID If( ValType( &cColor ) != "C", ( Alert( "Must be string" ), .f. ), .t. )
|
||||
VALID If( Type( cColor ) != "C", ( Alert( "Must be string" ), .f. ), .t. )
|
||||
|
||||
READ
|
||||
SetCursor( SC_NONE )
|
||||
|
||||
Reference in New Issue
Block a user