Results 1 to 8 of 8

Thread: [2005] String

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    96

    [2005] String

    Let me explain what I say
    I am making a game
    there are 2 characters.
    And I make a class called character
    dim char1 as new character
    dim char2 as new character
    And I make a function

    Function result(i as integer) as integer
    char1.sth.....
    char2.sth

    But I don't want to write each line of code twice....
    And I write that char & i ,but it can't work
    what should I do?
    Last edited by s021126; May 31st, 2007 at 09:36 AM.

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