Jump to content

MikahS

Active Members
  • Posts

    1,513
  • Joined

  • Last visited

2 Followers

About MikahS

  • Birthday 02/11/1983

Profile Information

  • Member Title
    Breathe

Recent Profile Visitors

2,050 profile views

MikahS's Achievements

  1. ---==== 1.9.5 ====--- - Fixed crash when selecting AutoIt Help - Set version number as 1.9.5 - Updated version history
  2. This link could potentially help out.
  3. Have you tried using: ControlCommand?
  4. My pleasure, as always. Glad you got a solution figured out to your other problem as well!
  5. Glad you found a solution that worked for you.
  6. You can always use: StringRegExpbefore you read by line, by just reading the whole text using : FileOpen ;and FileRead and find which the file is using, then add that to each new line when using: FileWriteLine
  7. There are many ways you can go about doing this. I like using the _FileReadToArray, depending on if you have a way to split the lines (otherwise just do FileOpen w/ overwrite, FileRead, StringTrimRight, FileWrite, FileClose), use the count, which would be under index 0, and trim the string as you see fit, then write the array back using _FileWriteFromArray with FileOpen in overwrite mode. Let me know if you have any questions, as there is multiple ways of going about achieving what you would like.
  8. This should help you get started: StringTrimRight
  9. Have a look at this link. After adding an assignment to the statement it worked like a charm.
  10. If you want to look at a tool that has been created using AutoIt (not the encryption algorithm) just to see a structure or to go off from it, you can always look at my Short-Order Encrypter tool in my signature. P.S - here is an older example of someone on the AutoIt forum creating an encryption algorithm.
  11. Thank you for including the script. I shall have a look and let you know what I find.
×
×
  • Create New...