Afreen
7 hours agoNew Contributor
Sys, Log not defined. getting nnnnNameError
i m using two files. Both the files create via right click on Script>new item>gave a name thn OK
Unit1 is a file
Unit2 is another
created a function in Unit1 and it has simple 'Log.Message('the message')
eg. def check1():
Log.Message('the message')
calling this in file Unit2 after doing an import Unit1
it says. "Log is not defined but if use in same file it is working fine