« Return to Thread: Define a tag and then can't call it

Re: Define a tag and then can't call it

by Douglas Burchard :: Rate this Message:

Reply to Author | View in Thread

You have a typo. Try:

        return(#a_string);

or

        return: #a_string;

On Jun 30, 2009, at 12:21 PM, Brad Lindsay wrote:

> Ok, can someone explain to me why this is failing?  I get an error  
> saying no tag, type, or constant defined with the name  
> lsd_string_toduration!
>
> ============================================================
> [
> define_tag('String_ToDuration', -namespace='LSD', -
> required='a_string');
>    return #a_string;
> /define_tag;
>
> lsd_string_toduration('help');
> ]
> ============================================================
>
> -Brad

--
Douglas Burchard, President
DouglasBurchard.com, Web Applications
15024 NE 66th Street
Redmond, WA  98052, USA

direct: (206) 227-8161
solutions@...
http://www.douglasburchard.com/




--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/


 « Return to Thread: Define a tag and then can't call it