Whither Tango?

Adam D. Ruppe destructionator at gmail.com
Sat Feb 20 07:50:18 PST 2010


On Sat, Feb 20, 2010 at 10:34:42AM -0500, Adam D. Ruppe wrote:
>   Side note: there should be some magic thing that lets you punch in
>   a symbol, and immediately go to the docs.
> 
>   Actually, I'll do it now.
> 
>   http://arsdnet.net/dcode/find.php
> 
>   Source at the bottom of this message.

I should have tested the example I gave before sending...

>                 $name = strtolower($_GET['symbol']);

The strtolower should be cut out; "indexof" != "indexOf". Duh. So we have

>                 $name = $_GET['symbol'];

In its place.



More information about the Digitalmars-d mailing list