urlread

Type: External

Group: net

Syntax

urlread( URL)

Description

Read a text file from the network. This function supports many transfer protocols e.g. http, gopher, ftp, file. @EXAMPLE

urlread("http://www.heise.de/newsticker/");
urlread("file:///c:/home/text.txt");

Notes

.

See Also

csvread, csvwrite