Jump to content

Makkhdyn

Members
  • Posts

    9
  • Joined

  • Last visited

Makkhdyn's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. WinMove ( "Untitled - Notepad", "", 2739, 558, 459, 612 ) WinMove ( "title", "text", x, y [, width [, height]] )
  2. How could i run programs as system ? or as an account without password?
  3. Thanks but my problem is i need the name of the array to add elements: $sections = IniReadSectionNames ("config.ini") For $i = 1 To $sections[0] $sectioni = IniReadSection("config.ini", $sections[$i]) $title=$sections[$i] Assign ( $sections[$i], _ArrayCreate ("") ) For $j = 1 To $sectioni[0][0] $z = $sectioni[$j][0] _ArrayAdd( $Eval($sections[$i]), $z);here!! Next Next
  4. I want to create an array whose name is a variable In my exemple the value was text but it can be anything
  5. Hi, I have a problem, I need to do a special concatenation, I need to create an array like this: $var= "text" dim $ & $var & [3] I need an array named text => dim $text[3] but I don't know how to do that... Can you help me ? PS: Sorry for my english, I'm french.
×
×
  • Create New...