>
> if HB_RegexMatch( "[*?!|\/{}<>;,^()$~.'" + '"]', cParam )


This will work unchanged.


> bTblFor   := { || HB_RegexMatch( xTables, alltrim( TBL->CTBLNAME ), TRUE )
> ...
>
> which will be the "correct" syntax to have it working under 1.0.1 and 1.1?


bTblFor   := { || HB_RegexMatch( xTables, alltrim( TBL->CTBLNAME ), TRUE, ,
TRUE )

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to