Search:

Type: Posts; User: Junky

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    1,664

    Re: Using a string when creating an object.

    Then you need to think of a better design. I said I disliked the suggested solution because it stinks. Creating objects based upon some String value is often asked about by n00bs and usually the...
  2. Replies
    10
    Views
    1,664

    Re: Using a string when creating an object.

    Then you need to think of a better design. I said I disliked the suggested solution because it stinks. Creating objects based upon some String value is often asked about by n00bs and usually the...
  3. Replies
    10
    Views
    1,664

    Re: Using a string when creating an object.

    Are you asking how to create a specific object based upon a String value? Personally I dislike this algorithm but you can achieve it using a if/else if statement.

    if string is tree {
    create...
Results 1 to 3 of 3