All:

Can somebody explain why a macro that splits a hexadecimal number into
three parts takes 93 pages of text.

The actions are:
i)   jump to lefthand side of number;
ii)  jump two characters to the right;
iii)  insert a space;
iv)  jump two characters to the right;
iv) insert a space;
v) jump to the begining of the line;
vi) Go down one line.

One of the code snippets in there:

dim args15(1) as new com.sun.star.beans.PropertyValue
args15(0).Name = "Count"
args15(0).Value = 1
args15(1).Name = "Select"
args15(1).Value = false

Repeated at least 20 times, if not more.

It goes on like that for most of 93 pages.
[Font is set for single spacing, but most of the code is double spaced.]

This was done using the macro recorder feature.

xan

Jonathon
-- 
Does your Office Suite conform to ISO Standards?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to