From: Sammy Mitchell
Hector Magnaye[SMTP:hamagnaye@hotmail.com] wrote:
> Is there a way to turn off the the message "Loading: "? I=20
> have a simple macro that uses a file and I don't want is shown while=20
> being loaded. =20
Sure, in a macro, do something like this:
integer msglevel
msglevel =3D Set(MsgLevel, _WARNINGS_ONLY_) // only display warning =
messages
.... rest of code goes here
Set(MsgLevel, msglevel) // be sure to restore the message level!!!
> I'm also having a problem with the projects.mac included in the =
project. =20
> A project does not Save (or restore, one or both of them has a =
problem)=20
> right if I use the long filenames (with spaces on file of dirspec). =
Any=20
> help?
I will have a look at this. You might also take a look at Chris Antos' =
new project macro (proj0100.zip) on our ftp site. It was written for =
the 32 bit version (projects was written back in the DOS only days, and =
long filename support has been 'hacked' in) to begin with.
Sammy Mitchell
SemWare Corp.
---
---------------
* Origin: apana>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13)
|