as question!

Out of context: Reply #20

  • Started
  • Last post
  • 70 Responses
  • ********
    0

    yeah i got errors..

    my reply:
    --

    thx.
    i now called my dynamic text field var mystring, is this ok?
    i get errors:

    count_s = Math.round(_root.large_arrow._ro... *100000);

    myNum = count_s;
    millions = count_s/1000000;
    thous = (count_s-millions)/10000;
    hundreds = count_s-(millions+ thous);

    mystring = millions+’.’+ thous+’.’+hundreds;

    cheers,

    Janne.

View thread