Can You make Edit function FIll.
Fill down:
It will fill character from first line to down in marked area.
Fill right:
It will fil character from left column to right in marked area.
....
Fill marked down, up, left, right
-
- Posts: 26
- Joined: Tue May 08, 2007 7:05 pm
Hi Petar,

The scripting functions that you will need to use are these:
A good example for something like this would be the numbers.lua macro found in the zScript folder.
This macro fills a marked area with incrementing numbers, so for example try running this function with a marked area defined.
There are also plenty of other scripting examples in the zScript folder
Cheers Jussi
Since Zeus is fully scriptable functions like these a very easy to write as a macro scriptCan You make Edit function FIll.

The scripting functions that you will need to use are these:
- get_marked_top
- get_marked_bottom
- get_marked_left
- get_marked_right
A good example for something like this would be the numbers.lua macro found in the zScript folder.
This macro fills a marked area with incrementing numbers, so for example try running this function with a marked area defined.
There are also plenty of other scripting examples in the zScript folder

Cheers Jussi
Last edited by jussij on Sat Mar 23, 2013 1:12 am, edited 1 time in total.
-
- Posts: 26
- Joined: Tue May 08, 2007 7:05 pm