Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 3931)

Ticket Resolution Summary Owner Reporter
#3108 No Bug function with optional parameters run via AdlibRegister() fails with "Variable used without being declared" alex@…
Description

Given the following definition:

Func MyFunc($vVar = 123)
    MsgBox(0, 'MyFunc()', '$vVar = ' & $vVar)
EndFunc

I expect the MyFunc() function to run with $vVar set to 123 if called as MyFunc().

When run normally, the behaviour is as expected.

When run via AdlibRegister(), a "Variable used without being declared" error occurs.

MyFunc(456)
MyFunc()

AdlibRegister('MyFunc', 400)
Sleep(500)
AdlibUnRegister('MyFunc')
#3275 Rejected free/unset variable genius257
Description

It would be nice to be able to free/unset variables.

I know setting the variable to 0 or Null is the default answer, but i do believe the variable still uses bytes in reference to the variable name?

#929 Rejected form designer anonymous
Description

the included file is the source code for Freeform 3.0.3 for liberty basic. It allows you to design your forms visually like vb6 but when you are done it outputs the Liberty basic code to make the form. I wondered if it would be possible to write some thing in autoit to do the same thing but output autoit code instead. I don't know enough about programing to try some thing like this myself or even determine if its possible, but if some one else can it would make writing Gui apps much easier.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.