macro memory use

Joerg Fischer jf505 at gmx.de
Fri Jul 20 22:42:24 CEST 2007


Hi,

since I can't restrict a search to a rectangular selection,
I wonder is there any difference in memory use between

    txt = get_selection()
    pos = search_string(txt, ...)

and

    pos = search_string(get_selection(), ...)
    

Cheers,
Jörg


More information about the Develop mailing list