Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: geezer34
  • Content: Threads
  • Order by date
  1. geezer34

    manipulating strings

    Hi guys, This is going to be soo obvious when pointed out to me but as yet I've not cracked this.... Background I have an script that will cause an application to create a jpg image. What I need to do is to get a sequential number as the image name *but* it has to be in the format of xxxxx ie...
  2. geezer34

    reading files

    Hi guys I'm reading a flat file that has the following layout 391 ( 4 391 4 ) ( 40 1 40 ) ( 4\0 0\0 4\0 ) ( 0\4 0\0 0\4 ) OWNED offset 767932 next dim iter 1 392 ( 44 0 4 ) ( 40 1 40 ) ( 0\0 0\0 4\0 ) ( 4\4 0\0 0\4 ) OWNED offset 614700 I want to be able to...
  3. geezer34

    Changing file extensions

    Hi Guys I have a load of file that have a .JPG extension and I need to convert them to .jpg. Know I need to loop through the file but dont know how to change the file name. Heres my basic code to date: foreach i [glob *.JPG] { } Hope you can give me some pointers.
  4. geezer34

    Filenames

    Hi guys, Done some real basic things in TCL and have now want to do something slighty harder. I'm cd'ing to a directory that I know has a number of files of a certain type eg jpgs. These have a format similar to the following: picture01.jpg picture02.jpg ... What I want to do is to get hold...
  5. geezer34

    manipulating binary data

    I'm a novice VB programmer and am having some issues with binary files (which I've never touched before) and I was hoping you may be able to help with... I've read a binary file into a byte array and now want to pull out data from this. I know the following about my format: - byte position 0...

Part and Inventory Search

Back
Top