Re: Left(), Mid(), Right()
From: Bob Butler (tiredofit_at_nospam.com)
Date: 02/14/05
- Next message: Saga: "Re: What's so bad about "Data Binding?""
- Previous message: PaulB: "What's so bad about "Data Binding?""
- In reply to: alpine: "Re: Left(), Mid(), Right()"
- Next in thread: alpine: "Re: Left(), Mid(), Right()"
- Reply: alpine: "Re: Left(), Mid(), Right()"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Feb 2005 12:29:12 -0800
"alpine" <alpine_don'tsendspam@mvps.org> wrote in message
news:h8p111d91upi9ak27c625vbgo1e2ftugm3@4ax.com
> The way I read your reply, you are talking about the input param.
> Just to be clear, the "$" designates that the function will *return* a
> string instead of a variant.
The $ specifies that the argument is a string *and* that the result is a
string where the non-$ version uses a Variant for both (excluding the
Replace, Date and Time functions). The non-$ versions will accept a Null as
the argument and return a Null without error while the $ versions will raise
an error if given a Null value.
-- Reply to the group so all can participate VB.Net: "Fool me once..."
- Next message: Saga: "Re: What's so bad about "Data Binding?""
- Previous message: PaulB: "What's so bad about "Data Binding?""
- In reply to: alpine: "Re: Left(), Mid(), Right()"
- Next in thread: alpine: "Re: Left(), Mid(), Right()"
- Reply: alpine: "Re: Left(), Mid(), Right()"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|