stijn koopal
06-09-2005, 03:55 AM
Hello
I got two questions:
1 ) Is there any function or API that will get everything from the callstack in an variable. I mean the list that the vb ide gives you when you press call stack....
2 ) Is there a way to list all your variables in a project ( private and public scope ), something like this
for each variable in Project
debug.print variable
next
I got two questions:
1 ) Is there any function or API that will get everything from the callstack in an variable. I mean the list that the vb ide gives you when you press call stack....
2 ) Is there a way to list all your variables in a project ( private and public scope ), something like this
for each variable in Project
debug.print variable
next