--- In AutoHotkey@yahoogroups.com, "danthetaliban" <danthetaliban@...>
wrote:
sorry, made a type, i meant to write %OutputVar% in the appropriate
places. even corrected i get the error though.
>
> Hi, i have read relevant parts of the documentation but do not
> understand why this gives me an error
>
> IniRead, OutputVar, config.ini, Config, Key
> MsgBox, You have assigned %OutputVar%.
> t::%OperVar%
> %OperVar%::t
>
> It basically reads the button from an .ini. That bit works fine, if i
> remove lines 3 & 4 the message box appears and works fine, but i dont
> understand why the remapping wont accept my variables.
>
>
> thanks - and i realise this is probably a very basic question and
> sorry if it is covered clearly in the documentation already ^.^
>