Custom Query (3931 matches)
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" | ||
| Description |
Given the following definition: Func MyFunc($vVar = 123)
MsgBox(0, 'MyFunc()', '$vVar = ' & $vVar)
EndFunc
I expect the When run normally, the behaviour is as expected.
When run via MyFunc(456)
MyFunc()
AdlibRegister('MyFunc', 400)
Sleep(500)
AdlibUnRegister('MyFunc')
|
|||
| #3275 | Rejected | free/unset variable | ||
| 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 | ||
| 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. |
|||
