PureBytes Links
Trading Reference Links
|
Yuki,
there is an interesting group of
String manipulation
NumToStr - convert number to string (AFL 2.5)
printf - Print formatted output to the output window. (AFL 2.5)
StrExtract - extracts given item (substring) from comma-separated
string (AFL 2.4)
StrFind - find substring in a string (AFL 2.5)
StrFormat - Write formatted output to the string (AFL 2.5)
StrLeft - extracts the leftmost part (AFL 2.0)
StrLen - string length (AFL 1.5)
StrMid - extracts part of the string (AFL 2.0)
StrRight - extracts the rightmost part of the string (AFL 2.0)
StrToNum - convert string to number (AFL 2.5)
in the users guide.
See also the last beta README for FullName() function.
Dimitris
PS. 10,500 was that easy...
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> Hi Graham,
>
> Tuesday, May 18, 2004, 7:33:36 AM, you wrote:
>
> G> It would be easier just to write this Writeif (Name() == "^225"
OR
> G> Name() == "^IXJ" OR Name() == "@niko.1",
> G> FullName(),StrMid(FullName(),3,30) );
>
> Yaaa. So easy and so elegant. I don't know why I cannot come up
> with these functions myself. So sad.
>
> Yuki
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 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:
http://docs.yahoo.com/info/terms/
|