Results 1 to 2 of 2

Thread: Undefined?

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Angry Undefined?

    Code:
    function Do_Calc(a,b,c,d){
    var a_1,b1,c_1,d_1;
    if((c == "picom") && (d=="km")){
    b1 = a / 1000000000000000;
    }
    alert(b1.length);
    }
    b1.length returns undefined!!!? please help.

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    try:
    Code:
    b1.toString().length
    think the S is uppercase.

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