SteveV
October 13th, 2002, 12:55 PM
On 2001-07-02 17:14, ScottK wrote:
...Also -- is there any way to stash the contents of a text register back into something other than a register (Say, oh a "Sayit" command)? Or to make the contents of a command (or anything) dependent ON a register? Or am I getting ahead of things?
Yes--try referrencing the register using [reg x] or [treg x] (for text registers)where x equalls the register number you want to use.
For example: if Register 1 equals 10, entering the following string (without quotes) in the OSD plugin: "The Register 1 value is currently [reg 1]" would result in the following osd message:
"The Register 1 value is currently 10"
I'm not sure if all plugins support the [reg x] variable but it should be easy enough to determine.
Good luck -- Steve
...Also -- is there any way to stash the contents of a text register back into something other than a register (Say, oh a "Sayit" command)? Or to make the contents of a command (or anything) dependent ON a register? Or am I getting ahead of things?
Yes--try referrencing the register using [reg x] or [treg x] (for text registers)where x equalls the register number you want to use.
For example: if Register 1 equals 10, entering the following string (without quotes) in the OSD plugin: "The Register 1 value is currently [reg 1]" would result in the following osd message:
"The Register 1 value is currently 10"
I'm not sure if all plugins support the [reg x] variable but it should be easy enough to determine.
Good luck -- Steve