Re: Using the $ after functions
- From: TheUbe <TheUbe@xxxxxxxxxxxxxx>
- Date: Tue, 23 Dec 2008 09:05:00 -0800
So For Example:
Dim AnyString, MyStr
AnyString = "Hello World" ' Define string.
mystring = Left$(AnyString)
I would not need to use the variant that defined how many characters from
the left I wanted it would return the entire string?
--
Ken
"Alex Dybenko" wrote:
Hi,.
functions, which ends with $ returns string, without - variant, in general,
for query expressions - I suggest to use variant type
For code - it depends on what type of variables you are using
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"TheUbe" <TheUbe@xxxxxxxxxxxxxx> wrote in message
news:D8965E67-AF2C-4A1B-9F56-CE3A8252CC36@xxxxxxxxxxxxxxxx
This is a general question...Is there any difference using a function in
the
expression builder that ends with the $ and one that does not?
--
Ken
- Follow-Ups:
- Re: Using the $ after functions
- From: Albert D. Kallal
- Re: Using the $ after functions
- From: John Spencer
- Re: Using the $ after functions
- References:
- Using the $ after functions
- From: TheUbe
- Re: Using the $ after functions
- From: Alex Dybenko
- Using the $ after functions
- Prev by Date: Re: print form
- Next by Date: Re: Using the $ after functions
- Previous by thread: Re: Using the $ after functions
- Next by thread: Re: Using the $ after functions
- Index(es):
Relevant Pages
|