| Examples:
'Load from file
VAR1 = "<!-- MENY START -->(.*?)<!-- MENY SLUTT -->"
VAR2 = LoadFromFile ("d:\\HBEPRO\\var1.txt")
HBEReplaceAllRE(VAR1,VAR2)
Return value:
If the function succeeds, the return value is string value
which contains full content of file. If the function fails,
the return value is empty string value.
|