Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Night+Lag= Sad Azure (Resolved)


azure
 Share

Recommended Posts

  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

Yeah, the answer was no, and I thought it was yes as well. Apparently it can't be no(in psycho babel) because there could be extenuating factors preventing A from equaling C; however, in code I do not see that happening. Because in math-

If you define a variable such as X by saying x= then what ever is after the = must be x. :D
Link to comment
Share on other sites

You're confusing me once again…
In code:
Dim A As Integer, B As Integer, C As Integer
A = B
B = C
If A = C Then
'this will always happen
Else
'will never happen
End If

Easily for the fact that A, B AND C are 0 in the beginning, since this is the start of the code, and all integers start off with 0.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...