Jump to content

FireBFM

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Favorite Area of Science
    Computer

FireBFM's Achievements

Lepton

Lepton (1/13)

0

Reputation

  1. For X = 1 To 9 Num = (X - 1) \ 4 + 1 N = Int(Rnd * 9) + 1 cmdTile(N).Caption = Num Next X N has duplicates. So some of the tiles are blank. Help!
  2. What i have. For x = 1 to 9 Num = Int(Rnd*3) + 1 Next X theres 9 command boxes control array. each one will be assigned a random # 1 to 3. But i can only use 3 ones, 5 twos and 1 three. Help with bolded part
  3. Thank you. i finished my homework. someone helped me from yahoo answers.
  4. i know the code to reverse the second string. New problem: NewPhrase = first character of one string, then first character of other string, second character of one string, then second character of other string... Still need help on loop. answers please.
  5. i know Mid$, Left$, Right$, Len() and For/Next loop. I have 2 string values. I need to take the last character of the 2nd string, then first character of the first string, then 2nd last character of second string, then 2nd character of first string(keep repeating)... After i print the new string. For Example: "fire" "man" = nfaimre I'm stuck here. For X = 1 to ??? ????????????????? Next X
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.