PureBytes Links
Trading Reference Links
|
Hi Terry,
Tuesday, May 18, 2004, 10:43:19 AM, you wrote:
T> Yuki,
T> The reason it didnšt work is the == sign instead of = sign for your
T> assignment. The == is a comparison of terms while = is an assignment of the
T> 2nd to the 1st.
>> if (Name() == "^225" OR Name() == "^IXJ" OR Name() == "@niko.1")
>> FullName() = FullName();
>> else
>> FullName() = StrMid(FullName(),3,30);
Believe it or not, I actually do know the difference between the two.
^^_^^ And that is exactly what I was trying to do. In the cases
where the Names equaled the symbols, I wanted to assign the normal
function of FullName to FullName, and assign a different output to
that function in other cases. Maybe I just can't assign functions
like that. In any case, that's how non-programming minds think.
Best,
Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|