export_url_scope_vars

EveAndersson.com : API Browser : export_url_scope_vars

export_url_scope_vars

export_url_scope_vars [ args ]
Defined in tcl/ad-scope.tcl

assumes scope is set up in the topmost environment. if scope=group it assumes group_id is set in the topmost environment, if scope=user it assumes that user_id is set in topmost environment and if scope=table it assumes on_which_table and on_what_id are set in topmost environment. this procedure operates in the same manner as export_url_vars except that it automatically figures out and sets appropriate scope variables. (e.g. for scope=group_id, export_url_scope_vars return_url would return the following string scope=group&group_id=23&return_url=23

Parameters:
args (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com