-->
Page 1 of 1

htmlvar()

PostPosted: Wed Aug 31, 2016 7:15 am
by Electroguard
It's probably a case of not seeing the wood for the trees, but I can't find anything about htmlvar() function in the docs other than it being mentioned in the returngui entry.

Re: htmlvar()

PostPosted: Wed Aug 31, 2016 8:17 am
by russm
It's part of wprint:
WPRINT with htmlvar() function:

To place a dynamic variable that will update on each refresh of the page with the current contents of that variable use the htmlvar function.

Each time browser is refreshed the latest contents of the variable are place in the page.

wprint htmlvar({var name})

Re: htmlvar()

PostPosted: Wed Aug 31, 2016 8:31 am
by Electroguard
Thanks.
I suppose it doesn't have it's own entry because it was probably originally part of the 'html' command equivalent before that became depreciated in preference to wprint.