Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
baarathi
Creator III
Creator III

Let

Let var = 2012;

Let var1 = 2;

Lat var = var1;

What will be the value in var?

1 Solution

Accepted Solutions
sunny_talwar

Shows 2, what are you getting? after fixing Lat to Let

View solution in original post

9 Replies
_armoco_
Partner - Creator II
Partner - Creator II

2

maxsheva
Creator II
Creator II

if you want to get var1 in var2 just need to fix Lat to Let in your code.

sunny_talwar

Shows 2, what are you getting? after fixing Lat to Let

JustinDallas
Specialist III
Specialist III

Brutal.  Bah god that man had a family!

OmarBenSalem

You can always check for the result by debugging :

Capture.PNG

baarathi
Creator III
Creator III
Author

That was a typo. Actually I was using date instead of value, It showed different result

sunny_talwar

Is it working now?

baarathi
Creator III
Creator III
Author

Yes

sunny_talwar

Awesome. Please close the thread by marking the correct response.

Best,

Sunny