Login | |
|
 |
RE: create a folder with subfolders - 4/3/2008 7:57:47 AM
|
|
 |
|
| |
ebgreen
Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
|
Think about what your code is doing. Go through it one line at a time and understand exactly what that line does. Write down all of your variables on a piece of paper if you have to and go through the code one line at a time changing their values on the piece of paper to match what the code is doing. Until you understand what the code is doing to and with the variables that you are using, there is no way for you to learn this or any other language.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|