Arrays in NSIS: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
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">
<p>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.</p>
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>
<p>[[File:NSISArray.zip|Download NSISArray...]]</p>
</div>
</div>

Revision as of 20:03, 23 April 2006

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.

File:NSISArray.zip

-Stu

Links

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

Also includes readme and an example.