2016-02-09 18:11 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbnetio/hbnetio.hbx
* contrib/hbnetio/netiocli.c
* contrib/hbnetio/readme.txt
+ added new client side function:
netio_SetPath( <pConnection> [, <cPath>] ) -> [<cPrevPath>]
It set/get path prefix for automatic file redirection to HBNETIO.
If automatic redirection is activated then <cPath> is removed
from file name passed to HBNETIO server, i.e.:
netio_SetPath( netio_GetConnection(), "//myserver/myshare" )
[...]
/* open "/data/table" on HBNETIO server */
use "//myserver/myshare/data/table"
* allow to pass filename to netio_Decode() with "net:" prefix
* allow to pass to use "net:" prefix in function names passed
to netio_{Proc|Func}*() when <pConnection> parameter is not used
! fixed possible GPF trap when connection cannot be set
* src/vm/memvars.c
% do not create reference chain when memvars are passed by reference
and called function uses PARAMETERS statement
! do not return references from __mvDbgInfo() but destination values
* doc/xhb-diff.txt
! typo
* src/vm/itemapi.c
! typo in debug trace message
This commit is contained in:
@@ -733,7 +733,7 @@ are preprocessed at runtime by macro compiler. It checks if characters
|
||||
after "&" are valid variable name (starts with "_" or letter and then
|
||||
mix of "_", letters and digits until first different character) and if
|
||||
yes and such private or public variable exists and it contains string
|
||||
then the original string is modified and &<varname>[.] is substitute
|
||||
then the original string is modified and &<varname>[.] is substituted
|
||||
by variable contents, i.e.
|
||||
private var := "ABC"
|
||||
? "[&var-rest][&var.rest]" // prints: [ABC-rest][ABCrest]
|
||||
|
||||
Reference in New Issue
Block a user