- Local time
- 8:51 AM
- Messages
- 107
Very nice. One thing you might want to do is have it delete the quotation marks at the beginning and end of the file path when the use drags in a file. By the way, to take the middle characters of a string, you can use the following code:I made a couple adjustments to briceh's program.
Drag & Drop
Still working on it but this works perfectly fine.
View attachment 158456
Code:
string = "aThis is a string.a"
newString = string[1:-1] # newString will be "This is a string."
My Computer
At a glance
Windows 7 Professional x64Intel Core i7-2720QM4GB (2 x 2GB)NVIDIA Quadro 2000M (with Optimus)
- Computer Manufacturer/Model Number
- Lenovo ThinkPad W520 (4270CT)
- OS
- Windows 7 Professional x64
- CPU
- Intel Core i7-2720QM
- Memory
- 4GB (2 x 2GB)
- Graphics Card(s)
- NVIDIA Quadro 2000M (with Optimus)
- Hard Drives
- 500 GB @ 7200 RPM
