Re: Basic Newbie Question: What's the ":=" operator for?
- From: "termiflyer" <dpflagg@xxxxxxxxxxxxx>
- Date: 19 Aug 2005 13:25:26 -0700
See if I interpret this correctly. These are the same:
oDoc.Protect _
Type:=wdAllowOnlyFormFields, _
NoReset:=True
and
oDoc.Protect(wdAllowOnlyFormFields, True)
Using named parameters only makes the code more readable, nothing else?
.
- Follow-Ups:
- Re: Basic Newbie Question: What's the ":=" operator for?
- From: Jay Freedman
- Re: Basic Newbie Question: What's the ":=" operator for?
- References:
- Basic Newbie Question: What's the ":=" operator for?
- From: termiflyer
- Re: Basic Newbie Question: What's the ":=" operator for?
- From: Charles Kenyon
- Re: Basic Newbie Question: What's the ":=" operator for?
- From: termiflyer
- Re: Basic Newbie Question: What's the ":=" operator for?
- From: Charles Kenyon
- Basic Newbie Question: What's the ":=" operator for?
- Prev by Date: Re: genreate ms-word doc from excel
- Next by Date: Help, my template file size is out of control!!
- Previous by thread: Re: Basic Newbie Question: What's the ":=" operator for?
- Next by thread: Re: Basic Newbie Question: What's the ":=" operator for?
- Index(es):