Jan 20, 2019 #1 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Hi I have a journal that using a static variable inside a function the Journal run ok but when compiling To dll I got compiling error That say the static variable is not Declared. Thank you.
Hi I have a journal that using a static variable inside a function the Journal run ok but when compiling To dll I got compiling error That say the static variable is not Declared. Thank you.
Jan 20, 2019 Thread starter #2 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL I changed the variable From Static alist As List (Of String)({Nothing}) To Static alist As List (Of String) And the journal compiled OK. Can someone explain why?. Thank you. Upvote 0 Downvote
I changed the variable From Static alist As List (Of String)({Nothing}) To Static alist As List (Of String) And the journal compiled OK. Can someone explain why?. Thank you.