little change

This commit is contained in:
Eddie Runia
1999-06-04 11:49:42 +00:00
parent 75be957f1c
commit 2d4689e394

View File

@@ -4,8 +4,7 @@ procedure main()
local a
local i
set( _SET_EXACT, .T. ) /* Stupid command !!!!
Always causing bugs !!*/
set( _SET_EXACT, .T. )
a := strtoarray("this is a great big test of strtoken")
for i := 1 to len(a)
qout( a[i] )