Is there a way to write a falsifiable if statement that can evaluate to true if run from the GUI and false if run in batch?
Something akin to
Code:
glob using_gui = T if $using_gui == T { glob dir "/mydir" } else { glob dir "D:/mydir" }
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
glob using_gui = T if $using_gui == T { glob dir "/mydir" } else { glob dir "D:/mydir" }
0 Response to automatically detect if using GUI or batch mode
Post a Comment