Hi Adam,
There are several ways:
1.) MvImport (if it's a local file)
2.) MvCALL (if it's remote)=20
Or=20
3.) wget()+ sfcopy + MvImport (wget() only works in more recent versions =
of
EmpresaVM)
In all cases you loop through the file and assign each line (or =
callvalue)
to the result of the previous iteration.=20
4.) If you're using uncompiled mivascript, you can probably also use =
MvDO
directly, provided it's a local file
Markus
=20
-----Original Message-----
From: [email protected] =
[mailto:[email protected]]
On Behalf Of Adam
Sent: Dienstag, 8. M=E4rz 2005 00:51
To: [email protected]
Subject: [mrc] html file - store in variable
Very simply I want to grab the entire contents of a small html file and
store it in a local variable. =20
Comment