2008-06-30 16:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbtip/tests/tiptest.prg
! Remove strings as arrays access. Thanks Lorenzo.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-30 16:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbtip/tests/tiptest.prg
|
||||
! Remove strings as arrays access. Thanks Lorenzo.
|
||||
|
||||
2008-06-30 14:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbextern.ch
|
||||
+ New inet functions added.
|
||||
|
||||
@@ -102,7 +102,7 @@ PROCEDURE MAIN( cUrl, cFile )
|
||||
@5,5 SAY "Connection status: " + oClient:cReply
|
||||
ENDIF
|
||||
|
||||
IF .not. Empty( cFile ) .and. cFile[1] == '+'
|
||||
IF .not. Empty( cFile ) .and. Left( cFile, 1 ) == '+'
|
||||
cFile := Substr( cFile, 2 )
|
||||
bWrite := .T.
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user