Arrays in NSIS: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 4: Line 4:
This is a script header that I wrote which adds Array support to NSIS.
This is a script header that I wrote which adds Array support to NSIS.
<div style="border: 1px solid #F00; padding: 5px">
<div style="border: 1px solid #F00; padding: 5px">
The Array script header has been superseded by the NSISArray plugin and script header.
<p>The Array script header has been superseded by the NSISArray plugin and script header.
Although the NSISArray plugin is slightly larger in size, it is many times faster on run-time and has more than twice as many Array manipulation functions.
Although the NSISArray plugin is slightly larger in size, it is many times faster on run-time and has more than twice as many Array manipulation functions.</p>
<p>[[File:NSISArray.zip|Download NSISArray...]]</p>
</div>
</div>



Revision as of 18:50, 6 September 2005

Author: Afrow UK (talk, contrib)


Description

This is a script header that I wrote which adds Array support to NSIS.

The Array script header has been superseded by the NSISArray plugin and script header. Although the NSISArray plugin is slightly larger in size, it is many times faster on run-time and has more than twice as many Array manipulation functions.

File:NSISArray.zip

-Stu

Links

Array.zip (6 KB)
Zip.gif Array.zip (6 KB) (Mirror #1)

Also includes readme and an example.