Reference/StrLen

From NSIS Wiki
Revision as of 20:36, 4 June 2013 by Jan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

StrLen

user_var(length output) str

Sets user variable $x with the length of str.

StrLen $0 "123456" # = 6

Command introduced with NSIS v1.60