Wish (Log) = Autolog

nikolaus

Member
Licensed User
Longtime User
An autolog feature would be nice, e.g:

(Log)MyVar = editText.SubString2(0, IndexVar)
=
MyVar = editText.SubString2(0, IndexVar)
Log(MyVar)​

and maybe also

(Log)Sub LogMe
=
Sub LogMe
Log("Sub LogMe")​
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…