PureBytes Links
Trading Reference Links
|
Did you try inserting
the char directly instead of escaping it?
That is, replace \"
by ' " '.
<FONT
color=#000080>
Bob
<FONT face=Tahoma
size=2>-----Original Message-----From: Mr Valley
[mailto:valleymj@xxxxxxxxx]Sent: Saturday, April 26, 2003 4:35
PMTo: AmibrokerSubject: [amibroker] Using Quotes in
"Name()" + "WriteVal()" etc
<FONT face=Arial color=black
size=2><SPAN
>How do
I wrap the result of a function, in AFL, in quotes,<SPAN
> like the Symbol function Name() or
WriteVal(Close)?
<FONT face=Arial color=black
size=2><SPAN
>
<SPAN
>Title<FONT
face=Tahoma color=black size=1><SPAN
> =
<SPAN
>Name<FONT
face=Tahoma color=black size=1><SPAN
>() +
<SPAN
>"<SPAN
> \"<FONT face=Tahoma
color=black size=1><SPAN
>LMT\<FONT
face=Tahoma color=fuchsia size=1><SPAN
>""<FONT
face=Tahoma color=black size=1><SPAN
>
+<SPAN
>",
"<SPAN
>+
<SPAN
>"\"<FONT
face=Tahoma color=black size=1><SPAN
> <FONT
face=Tahoma color=blue size=1><SPAN
>WriteVal<FONT
face=Tahoma color=black size=1><SPAN
>(<SPAN
>Close,FORMAT=<FONT
face=Tahoma color=fuchsia size=1><SPAN
>1.2<FONT
face=Tahoma color=black size=1><SPAN
>)
\<SPAN
>",
"<SPAN
> +
<SPAN
>Date<FONT
face=Tahoma color=black size=1><SPAN
>();
<SPAN
>
<SPAN
>“\”<SPAN
> and<SPAN
> \”” does it for text, but not
the result of a function
<SPAN
>
<SPAN
>Doesn’t do
it?
<SPAN
>
<SPAN
>Any other
suggestions? Learn C++?
<SPAN
><SPAN
>J<FONT
face=Tahoma color=black size=1><SPAN
>
<SPAN
>
<SPAN
>Thanks in
advance
<SPAN
>
<SPAN
>Mr.
Valley
<FONT face=Arial color=black
size=2><SPAN
> Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|