Forum: Visual Basic 4 / 5 / 6 May 27th, 2009 |
| Replies: 1 Views: 297 G'Day.
If I use:
aTemp=Array(Array(0,1),Array(2,3))
I can reference the elements as:
aTemp(0)(0) etc.
How can I create an assignment statement so that I can address the array elements as:... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2009 |
| Replies: 4 Views: 1,306 This is really a job for Scientific Notation
As you point out Format(a,"0.0000") or Format(a,"0.####")
means that you lose digits you want to keep.
If you want, you can use:... |
Forum: Troubleshooting Dead Machines Jan 8th, 2006 |
| Replies: 1 Views: 2,015 Any beeps?
W/ no video card, you should be getting some beeps. If no video card, and no beeps, ensure that your speaker connection is connected correctly -- if wrong-way-around it won't beep.
If... |
Forum: Troubleshooting Dead Machines Jan 8th, 2006 |
| Replies: 6 Views: 34,475 This will do it:
http://www.winternals.com/Products/LockSmith/
It has been a long time since I needed it, because the Ultimate Boot CD for Windows does it a lot easier and better.... |
Forum: Storage Jan 8th, 2006 |
| Replies: 1 Views: 12,294 Hi,
going bananas with my new unit. I bought a SATA burner, and a SATA II HD for my dual Opteron system.
I've installed W2K3 Server on it, patched it to the max, and now I want to ghost it before... |