22 Oct
2002
22 Oct
'02
12:52 p.m.
Hi, I have the following code snippet: <dtml-in expr="view.sql_query_current_windows_version(p_custName=p_custName, p_inventory=p_inventory)"> <dtml-var current_windows_version> </dtml-in> I'd like to be able to check the value of 'current_windows_version' (which is sel in the ZSQL method) later in the code. Is there any way of assigning this value to a 'global' variable which I could read later? TIA, Micheál Healy