Re: What does := mean in VB?
- From: "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Fri, 19 Aug 2005 22:19:09 -0400
> Their is a function call in a class that says this:
>
> m_cAlphaImage.AlphaPaintPicture Me.hdc, x, y + m_cAlphaImage.Height +
2,
> lConstantAlpha:=160
>
> What does the lConstant:=160 do?
>
> What does := mean?
>
> If i take out the lConstant:= part, and just leave 160....it doesn't
work
> anymore.
Look up "named arguments" in VB's help files.
Rick
.
- References:
- What does := mean in VB?
- From: Dariush Abadi
- What does := mean in VB?
- Prev by Date: What does := mean in VB?
- Next by Date: counting fields in a recrdset
- Previous by thread: What does := mean in VB?
- Next by thread: counting fields in a recrdset
- Index(es):
Relevant Pages
|