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

Define a tag and then can't call it

by Brad Lindsay-2 :: Rate this Message:

Reply to Author | View in Thread

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

--
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