Page 1 of 1

String with names of all variables in Workfile

Posted: Wed Jun 11, 2014 5:57 am
by MOG
Hi,

Is there a way to retrieve a string with the names of all of the (unknown) variables in a workfile page?

Regards
Martin

Re: String with names of all variables in Workfile

Posted: Wed Jun 11, 2014 6:03 am
by jbonanca
does this do this trick?

string allnames=@wlookup("*","series")

Re: String with names of all variables in Workfile

Posted: Wed Jun 11, 2014 6:06 am
by MOG
Beautiful! Thanks!