PureBytes Links
Trading Reference Links
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 18 Oct 2004 17:44, see_change007 wrote:
> Cool, thanks For that Nigel. I Must be starting to get the hang of
> AB now. Even if I wouldn't have thought of that , I can understand
> the logic. :)
>
> If I want to use that thinking to optimise a series of unrelated
> numbers ( which is my main aim ) , could I assign those numbers to
> represent the Nth expressions of a series and then optimize using
> that series.
>
> If so , any ideas how to code that.
>
> See Change
>
<snip the stuff that should have been above the above>
Untested, but...
function unrelated(n) {
// return the n'th unrelated number
unrelated_numbers="7,11,9,42,186282.42";
return StrToNum(StrExtract(unrelated_numbers, n));
}
Also, BTW,
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet? (and mailing lists).
Although I'm not sure which level of Dante's inferno people who don't trim
quotes belong in.
Cheers,
Nigel
- --
Nigel Rowe
rho@xxxxxxxxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBc3iIBbmcM2pfckkRAlTVAJsGJp7Y9NB1lBMMj63PtulQDwA2vACgyC0e
yZXMO+cSv+167voLNFQHz84=
=JSST
-----END PGP SIGNATURE-----
------------------------ 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
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|