Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 18:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Hilfe zu iniwrite

Discussion on Hilfe zu iniwrite within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
henkj1's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 140
Received Thanks: 68
Question Hilfe zu iniwrite

Hi leute,
ich bin ein autoit anfänger und habe ein problem:

Ich habe drei Inputfelder, deren Inhalte in eine Ini geschrieben werden sollen.
Allerdings steht in der Ini statt den Inhalten der Inputfelder immer nur 3 (anstatt dem ersten), 4 (anstatt dem zweiten), 5 (anstatt dem dritten)

Kann mir da jemand helfen? der kriegt auch ein THX
henkj1 is offline  
Old 05/29/2010, 16:17   #2
 
elite*gold: 0
Join Date: Nov 2009
Posts: 328
Received Thanks: 364
Code:
$text1 = GUICtrlread($Input1)
$text2 = GUIctrlread($input2)
$text3 = GUICtrlread($Input3)

IniWrite("Datei.ini", "InputBoxtext", $text1 & $text2 & $text3, 0)
drück thx
killeeer111 is offline  
Thanks
1 User
Old 05/29/2010, 16:18   #3
 
henkj1's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 140
Received Thanks: 68
kriegst ein thx für deine mühen, hab ich aber in der zeit schon selber hingekriegt^^
und das war auch nicht ganz das was ich brauchte
trotzdem danke
henkj1 is offline  
Reply


Similar Threads Similar Threads
Frage bezüglich Iniwrite
06/09/2010 - AutoIt - 4 Replies
Ich habe einen Trainer für S4 League geschrieben mit Iniwrite und iniread. (Damit er die unlimited version auch beim neustart wieder hat.) Jedoch finde ich, es sieht nicht gut aus wenn dann immer eine inidatei kommt. Ich habe es mit fileinstal gemacht aber es läuft net reibungslos. Wäre froh wenn mir da wer weitere auskunft geben kann. MFG R.Riner
IniRead ohne IniWrite , Hilfe !
05/30/2010 - AutoIt - 3 Replies
Hi also ich wollte den Inhalt aus einer Ini/Txt datei auslesen ,iniRead("test.txt","","& quot;,"").Aber ohne den Befehl IniWrite vorher also wurden noch keine Sectionen oder so angelegt wie kann ich dann den Inhalt auslesen ? Das hab ich jetzt und des geht ned Help pls Für die dies nich geblickt haben was ich brauche(is ja auch ned so toll erklärt:
Iniwrite Problem
05/02/2010 - AutoIt - 9 Replies
Hey Leute, haenge grad am Problem fest,das nachdem ich auf den Save Button gedrueckt habe,er nicht die Ini erstellt. Er erstellt es aber,wenn ich es per Hand eintippe,dann funktioniert alles normal. Wenn ich aber per Fileopendialog das reinfuege passiert nix Wer Ahnung warum?
Brauch mal hilfe bei iniwrite
08/05/2009 - AutoIt - 2 Replies
Hi Leute, ich hab mal wieder ein Problem it Autoit, und zwar will ich das er aus inputbox 1 & 2 die daten entnimmt und in ne ini reinschreibt die aufm desktop gespeichert wird.Kann mir jmd helfen weiss nich weiter -.- #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 190, 66, 192, 124) $Input1 = GUICtrlCreateInput("Input1", 16, 8, 137, 21) $Input2 =...
iniwrite
07/23/2009 - AutoIt - 7 Replies
steh grad irgendwie aufm schlauch, kann mir mal bitte wer sagen warum des iniwrite hier net funktioniert? checkpath() Func checkpath() $path = IniRead("tt6.ini", "path", "folder", "nothing set") If $path = "nothing set" Or $path = "" Then $path1 = FileOpenDialog("please set the path to your Guild Wars executable", @ProgramFilesDir, "gw.exe (*.exe)", 1 + 2) If $path1 = "" Then MsgBox(16, "", "the bot wont work without your right guildwars dir!")



All times are GMT +2. The time now is 18:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.