Quote:
if there is gonna be a statement called print, make it function.
so one day, we hopely can also add the target for printing.
file, pipe, network connection etc... even a printer.
I'll put my two cents in the basket for this one.
Something like:
Print("What", "How", "Where")
What = stuff to print like a word doc to a printer or var to the console.
How = C for console, P for printer.
Optional Where = Printer.
Code:
$rc = Print("C:\somefile.txt", "P", "\\server\printersharename")
or
Code:
$rc = Print($var, C)
Especially the printer part got me interested cause I had some shittie issues
with the print and printto UDF's lately.
_________________________
Mart
- Chuck Norris once sold ebay to ebay on ebay.