Hi,
Whenever i create a new App and goto "Main Script" i can see the following default setting :
SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='£#,##0.00;-£#,##0.00';
SET TimeFormat='hh:mm:ss';
SET DateFormat='DD/MM/YYYY';
SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
Say for SIB's sake, i always read from a specific path and i want that path to be in a variable ALWAYS when i open my scripts..
on top of what i have..
set vSourceData = 'C:\Users\User\Desktop\Data\';
How to add that line in setting so that i may have it at all time?