Jump to content

Very Simple Program needed

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
-whynot-

-whynot-

    Newbie

  • Members
  • Pip
  • 2 posts
--------------------------------------------------------------------------------

hi
i need a program that load a .txt file in it and add a text which i tell to program and save the list to .txt like i load a file which contain:

assa
zssa
vvss
sfff

and i tell the program add 900 to end of the .txt file and it give me


assa900
zssa900
vvss900
sfff900

and it do it automaticly to all .txt file and let me save the file
i would pay some $ via paypal to who can do it ,but i need it fast
if any one can please pm or site pm me FAST!

* i know with some notepads you can do Find And Replace but i donno the code too,,,please PM me and if ur help be useful i will pay $ via paypal
thanks alot

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Moved to the correct forum. Please specify how much you are willing to pay and what language this must be done in. This also looks strikingly like homework, is it?

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Any text editor with regular expression support will work. Replace ^(.*)$ with $1900
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog