Search Result

Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
simplify
  •  

  • Tyler Harder
    started a topic How can I make this code simpler and sexier?
    in PHP

    How can I make this code simpler and sexier?

    Hello,
    I wrote a little chunk of code that explodes a string and uses the string components to access some array data stored in "$instruction_j son". The below code is quite repetetive/redundant and I suspect it could be done with just a couple of lines of code instead, but I can`t figure out how. Any takers?

    Code:
    // compile data actually comes from a database, but an example value would be "title.jp",
    ...
    See more | Go to post

  • vbanewb14
    started a topic Help to simplify excel vba code

    Help to simplify excel vba code

    Hi, I am new to programming so please bear with me. I have pieced together a code which accomplished what I want it to do (creates bar graphs with a target line). Now I am just trying to simplify the code.

    For example, I don't want to activate and select windows...inste ad I would like to just call worksheets directly. Also, I think the graph definitions can be cleaned, I just don't know how.

    Would appreciate any guidance!...
    See more | Go to post
Working...