*** empty log message ***

This commit is contained in:
Antonio Linares
1999-08-07 16:58:25 +00:00
parent 574d986b7e
commit ab757f17f0

View File

@@ -13,7 +13,9 @@ function Main()
n := If( nSkip > 0, Min( Len( aTest ), n + nSkip ),;
Max( 1, n + nSkip )), n - nPos }
oBrowse:AddColumn( TBColumnNew( "Test", { || aTest[ n ] } ) )
oBrowse:AddColumn( TBColumnNew( "First", { || aTest[ n ] } ) )
oBrowse:AddColumn( TBColumnNew( "Second", { || aTest[ n ] } ) )
oBrowse:AddColumn( TBColumnNew( "Third", { || aTest[ n ] } ) )
Alert( oBrowse:ClassName() )
Alert( oBrowse:GetColumn( 1 ):ClassName() )