is it possible to assign a variable to EDT? if yes how?
i assign like Transdate d1, d2;
d1=today();
it shows error
pls help me
is it possible to assign a variable to EDT? if yes how?
i assign like Transdate d1, d2;
d1=today();
it shows error
pls help me
Hi Arun,
Yes you can assign .
Try this its working as u want .
static void Job32(Args _args)
{
TransDate t1;
;
t1 = Today();
Info(strfmt(“today is %1”,t1));
}
i got error,
wrong argument type in variables assignments…
Try my job it works as u want. otherwise share ur code .
in job its workin, in my custamization its shows error like this…
if u dont mind can u pls add me in ur gtalk arunsivasamyy@gmail.com
pls i want complete this task to today…
help me
Hi Arun,
just two lines of code is not suffic
so send whole code then only we will find the error
i solved my pblm…
thanx all…
class->add-ins->compile forward