Can we Assig 3 variable at Once

st0328st0328 Member Posts: 97
Hi
Can we Assig 3 variable at Once.

i tried using date varibles, but it is allowing.

I took

TestDate1
TestDate2.

Testdate1 := Testdate2 := TODAY;

I tried like above. But, it is not Compiling. IS there something i am missing Or we cannot do the way we do in JAVA, DOT NET.

please suggest me.

Comments

  • BeliasBelias Member Posts: 2,998
    you can't do it like that; just assign the variables one by one
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.