A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: help! i keep getting the NaN!

Hybrid View

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    1
    basically i keep getting NaN (not a number) returned to me when i am sending a variable back from my access database.

    i've done it in a quiz. first off a user joins the test and their info is saved to a database. next they begin the test. if they choose to leave their test is then saved so they can continue later.
    thing is if its their first time and they come back to continue their first test flash doesnt recognize the variable passed back. it works the second and every other time but the first time it doesnt.

    weird thing is that it outputs the correct information, a 1.
    but i guess flash doesnt know what it is because when i try to use it either as a string or a number it doesnt get it.
    if i try to add it, Number(variable) etc. i get the NaN.

    i thought it may be the database so i've switched it numerous times between number, text and bolean but still nothing.

    argh!
    does anyone know what i am talking about?

    or point me in a direction to get more info on this?
    the only thing i can figure out is that flash isnt understanding the variable when it is passed the first time, but that is totally weird because it understands the second time...
    grrr...

    thanks in advance


  2. #2
    Member
    Join Date
    Oct 2001
    Posts
    44
    Maybe You can try:

    Code:
    variable=parseInt(Access_variable); // for the first time
    If not, then I don´t know...

    ZeroIQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center