User contributions

From OpenEUO
For 76.184.213.234 (talk | block log | uploads | logs)
Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 19:51, 7 October 2010 (diff | hist) . . (+59). . Loadfile(current)
  • 19:51, 7 October 2010 (diff | hist) . . (+78). . Loadstring(current)
  • 19:11, 7 October 2010 (diff | hist) . . (+626). . N Obj.Create(Created page with " local oref = Obj.Create (str) Create a gui object of the given type as specified by the string str. e.g. local form = Obj.Create ("TForm") instantiates a TForm object and as...")
  • 18:59, 7 October 2010 (diff | hist) . . (+114). . Obj.Free(current)
  • 18:56, 7 October 2010 (diff | hist) . . (+113). . N Obj.Free(Created page with " Obj.Free(oref) Frees the object referenced by oref, created previously by a call to Obj.Create. Obj.Create")
  • 18:52, 7 October 2010 (diff | hist) . . (+19). . Obj.Exit(current)
  • 18:52, 7 October 2010 (diff | hist) . . (+159). . N Obj.Exit(Created page with " Obj.Exit () Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of Obj.Loop. Obj.Loop")
  • 18:50, 7 October 2010 (diff | hist) . . (+312). . N Obj.Loop(Created page with " Obj.Loop () Swallows execution of thread and processes incoming windows messages by calling any associated object event handlers. Obj.Loop does not return until an Obj.Exit i...") (current)
  • 18:46, 7 October 2010 (diff | hist) . . (+21). . Wait
  • 18:45, 7 October 2010 (diff | hist) . . (+14). . Wait
  • 18:45, 7 October 2010 (diff | hist) . . (+151). . N Wait(Created page with " wait (msec) Temporarily pauses execution of the script for msec milliseconds. Keep durations short if used in a gui thread where events are handled.")
  • 18:41, 7 October 2010 (diff | hist) . . (+52). . N Stop(Created page with " stop () Immediately ends execution of the script.")
  • 18:40, 7 October 2010 (diff | hist) . . (+119). . N Pause(Created page with " pause () Pauses execution of the script; may be resumed from the gui by using the run command or via single-stepping.")
  • 18:38, 7 October 2010 (diff | hist) . . (+82). . N Dostring(Created page with " dostring (str) Like dofile, except that the string str is processed. Dofile") (current)
  • 18:37, 7 October 2010 (diff | hist) . . (+24). . Table.remove
  • 18:36, 7 October 2010 (diff | hist) . . (+552). . N Table.sort(Created page with " table.sort (table [, comp]) Sorts table elements in a given order, in-place, from table[1] to table[n], where n is the length of the table. If comp is given, then it must be a f...")
  • 18:35, 7 October 2010 (diff | hist) . . (+433). . N Table.remove(Created page with " table.remove (table [, pos]) Removes from table the element at position pos, shifting down other elements to close the space, if necessary. Returns the value of the removed ele...")
  • 18:33, 7 October 2010 (diff | hist) . . (+255). . N Table.maxn(Created page with " table.maxn (table) Returns the largest positive numerical index of the given table, or zero if the table has no positive numerical indices. (To do its job this function does a ...")
  • 18:31, 7 October 2010 (diff | hist) . . (+460). . N Table.insert(Created page with " table.insert (table, [pos,] value) Inserts element value at position pos in table, shifting up other elements to open space, if necessary. The default value for pos is n+1, whe...")
  • 18:30, 7 October 2010 (diff | hist) . . (+326). . N Table.concat(Created page with " table.concat (table [, sep [, i [, j]]]) Given an array where all elements are strings or numbers, returns table[i]..sep..table[i+1] ··· sep..table[j]. The default value for ...")

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)