| QUOTE |
| 10. RMDir doesn't delete a dir if it has stuff in it. |
| QUOTE |
| 8. Not sure if this is how it is expected to work, but when I used the XML commands to build a new XML, I created the "base" node, added a node named "BIOS" to it, and set an element named name within the BIOS node. I then saved the count (which returned 0 instead of one!) and added a new BIOS node. When done the count was STILL 0, and I could only read data from the first BIOS node (But I could read that node as both !.BIOS.Name and !.BIOS:0.Name!) |
| QUOTE |
| 3. You can't set " in a variable directly. The only way I could was to read that character from a file. |
| QUOTE (koldfuzion @ Dec 1 2003, 12:37 PM) | ||
If you need a string to include the ", al you should have to do is escape it. """ should return ", i havent tried it though.. so i might be wrong. I will see if I get the same results to many of the other things that you provided as soon as i get a chance. Feel free to stop by #MXM on irc if you want to chat about it more...or more frequently. |