A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: sprintf() ??

  1. #1
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836
    Is there something like C's sprintf() ??
    I've got var0 -> varN loading in, then :
    Code:
    for(i = 0; n < N; i++){
      .......
       mc.name = var0;  // <-- works
       mc.name = var + i; // <-- don't work
      .......
    }
    See where the issue is?? Can't seem to get my head around this for the moment. (If only I could do all the PHP , and not the actual integration into flash )

    Thanks.

  2. #2
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836
    ...I need some coffee soon.
    this is how it goes when your brain spinns down for a couple of hours. Everything works, I just overlooked a tiny bit of info...

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