PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>Oops! Didn't read far down enuf before
sending.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Here's a revised version of what Graham came up
with:
<FONT face=Arial
color=#0000ff size=2>
<FONT
face="Courier New">Writeif (Name() == "^225" OR Name() == "^IXJ" OR Name() ==
"@niko.1",FullName(),<FONT
size=2>strRight(FullName(), strLen(FullName())
-2));
From: dingo [mailto:dingo@xxxxxxxxxxxx]
Sent: Monday, May 17, 2004 11:25 PMTo:
amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker] refining
FullName() in titles
<FONT face=Arial
color=#0000ff size=2>Here's a version that will work regardless (Must be at
least 3) of the length of the symbol:
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>strRight( FullName(), strLen( FullName() )
-2);
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: Yuki Taga
[mailto:yukitaga@xxxxxxxxxxxxx] Sent: Monday, May 17, 2004 5:51
PMTo: GrahamSubject: Re: [amibroker] refining
FullName() in titles
Hi Graham,Tuesday, May 18, 2004, 6:39:33 AM, you
wrote:G> Yuki, try this. Just adjust the 20 to suit the maximum
length youG> want displayed. This ignores the first 2 characters in
fullname()G> StrMid( FullName(),2,20);Wow . .
.Thanks Graham.YukiSend 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
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
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|