Search:

Type: Posts; User: Dr.Cognitive

Search: Search took 0.12 seconds.

  1. Re: Why doesn't this change the variables that are passed in?

    Thanks for the input Jashburn! That does make sense.

    I guess the context might help. Basically, I'm trying to write a program that will convert raw scores to scaled scores for a bunch of the...
  2. Re: Why doesn't this change the variables that are passed in?

    Hi Jashburn,
    I actually figured out the issue (I did use the "this." as I mentioned in the initial post, but it didn't make a difference since there weren't duplicate variables in the same class)...
  3. Re: Why doesn't this change the variables that are passed in?

    Well, I figured out part of the problem. I need to remove the "else" parts of the if...then...else code. That fixed the month and year calculations. However, I'm still not getting the year. The only...
  4. Why doesn't this change the variables that are passed in?

    Hi, I'm having some trouble figuring out how to change the value of a variable that is passed into a class.
    I've tried just changing the variable, I've tried changing it by using the this.variable...
Results 1 to 4 of 4