client/Topic(href,href_list[])
switch(href_list["action"])
if("back")
switch(href_list["page"])
if("")
//usr<<"[href_list["page"]]"
return ..()
else
usr<<browse("[href_list["page"]]","window= ")
if("stage")
usr<<"[href_list["page"]]"
usr<<browse("[stages][((href_list["page"]!="")?"<a href='?action=back;page=href_list["page"]'>Back</a>":"")]","window= ")
else
return ..()
Problem description:
So what I'm trying to do but having problems accomplishing is accessing or referencing my global variable after it's passed as text. I'm not sure how much sense that made so I'll reiterate. I've got a text string that I'm trying to use to target my global variable which has the same name as my text string. How do I address that global variable from my string?
href_list["page"] is a text output I'd like to access my global/var with it.
I'd suggest using a list