CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kentmc

Search: Search took 0.01 seconds.

  1. Re: Online text macro tool for doing repetitive tasks

    It actually never stores any data. Everything is done client side with javascript, so no need to worry there, but I might add a small label telling that nothing will be stored or even processed by...
  2. Online text macro tool for doing repetitive tasks

    Sometimes when programming, I realise that I have to do some very repetitive actions. An example could be changing a text file from one syntax to another:
    1
    2
    3
    ->
    var =
    ["1",
    "2",
    "3"].
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured