Jump to content

wipped

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by wipped

  1. Think i understand but if i don't put it in my script it still works so i just dont put it in Thanks for the help Wipped
  2. Thanks alot it works, But can you tell me what Local $avArray[6][2] does?
  3. Hi I got this: #include <Array.au3> Local $avArray[10] $avArray[1][0] = "TD0001" $avArray[2][0] = "TD0002" $avArray[3][0] = "TD0003" $avArray[4][0] = "TD0004" $avArray[5][0] = "TD0005" MsgBox(0,'Max String value', _ArrayMax($avArray, 0, 1)) $sInput = _ArrayMax($avArray, 0, 1) $sAlpha = StringMid($sInput, 1, 2) $sNumeric = StringMid($sInput, 3) $sNumeric = StringFormat("%04i", Number($sNumeric) + 1) $sOutput = $sAlpha & $sNumeric MsgBox(0, "Result", $sOutput) And how can i read the highest value like this? Thanks, RJ
  4. ehm i cant really follow the thread anymore
  5. lol i thougt it was like 12 pm but its only 10do you have xfire or msn so i can add you then we can discus some.
  6. im just using it for fun so i will try all the stuff tomorrow but now im gonna get some sleep...cya
  7. i read the inside but it are kinda big scripts, i think my collatz calculator will be pretty slow if i use it
  8. Hmm thanks for the reply but i dont really know how to use it can somebody help me? Robin
  9. Looks pretty heavy... i will try making this function working Thanks for answering PS if anybody has an other solution just post it
  10. Hello I am making a script of collatz. But at some high numbers the number transforms in ...e+... how can i make sure that this wont happen or how can i transform it back to an normal number? Thanks anyways Robin Jan
  11. I had turned Scroll Lock on and then closed the program, but on my keyboard i dont have scroll lock so you have to add when exit that all functions turn off And if i have program on and i press num lock on my real keyboard the virtual keyboard stays off
  12. Yes okey But i want to replace text in a file so i think i better use _ReplaceStringInFile
  13. Thanks, i dont't understand stringreplace but _ReplaceStringInFile is understandable
  14. Hi i need to delete a little part of a text help me example: the text is: text1- text2- text3- i want to delete: text2- how can i do that pls help P.S. the text is in a .txt document
  15. Hi I only can make a topic in this section(ActiveX/COM Help and Support (AutoItX)) Can anybody say me what to do to post in other sections Bye
  16. Hi nice job
×
×
  • Create New...