Hi,
I have a small issue fromdate is array variable and I have a code below
DateG := fromdate[1];
Here DateG is global variable with date data type and I am assgining fromdate value to datrg but I got an error you cannot := this for normal variable you have to assign to dimension variable only.
Why this type of error came i can't assign this fromdate array variable to normal date variable.
And I have used this fromdate [1] as function parameter it worked.
Why can't I assign to normal date variable.
One more thing fromdate is also date data type but it's an array.
Please any one suggest me.
Thank you
Ramesh
*This post is locked for comments