Results 1 to 2 of 2

Thread: Pasting every x characters

  1. #1
    Join Date
    May 2008
    Posts
    2

    Pasting every x characters

    I'm not really sure if this should go here or in coding (since I'm mostly working with Visual Studio). Anyway, I'm working on a project that requires me to take a file and insert the same thing every 8 characters (or after every 8 bytes).

    The file is pretty long and having to paste it in every 8 bytes will take forever, so I was wondering if there was a program that could insert something after every specified number of characters to make things a lot quicker. Better yet, is there a faster way to do it directly in Visual Studio?

    Thanks.

  2. #2
    Join Date
    Aug 2006
    Location
    192.168.10.100
    Age
    39
    Posts
    4,486
    Are you trying to do this in the code itself or make the code perform this action?
    "Best to keep your mouth shut and be thought a fool than to open your mouth and remove all doubt."

    "Honesty is the First Chapter in the Book of Wisdom" - Thomas Jefferson

    Desktop:
    AMD Phenom II x6 1100T @ 3.3Ghz
    MSi 890FXA-GD70
    16GB G.Skill DDR3-1600
    Asus HD6950 2GB GDDR5 PCI-Ex16
    4x 1.5TB WD SATA w/64MB cache in RAID10
    2x Asus 22x DVD/CD +/-RW DL SATA
    Rosewill Xtreme Series 950W PSU
    2x 23" 5ms Asus Widescreen LCD
    Laptop:
    15" Aluminum MacBook Pro
    Intel Core 2 Duo 2.53Ghz
    4GB DDR3 @ 1067MHz
    320GB SATA 7200RPM HDD

    **View My Forum**

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •