A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Need help about incrementing a string

Threaded View

  1. #1
    Member
    Join Date
    Nov 2007
    Posts
    83

    Need help about incrementing a string

    I'm trying to make a dynamic table. First I thought about using Matrix class but then decided to use a1 a2 a3 and so on for the cell names.

    I want to increment the string.

    Code:
    var letter:String="a";
    letter++;
    This doesn't work. Can anyone help me?
    Last edited by onurcan1977; 10-27-2010 at 01:43 PM. Reason: added var line

Tags for this Thread

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