In NSIS i want to get substring of a string according to a separator
If
$var=D:\myfiles\a.txt|E:\new
then i want to get var1 as D:\myfiles\a.txt and var2 as E:\new where | is separator used.
Please help
If
$var=D:\myfiles\a.txt|E:\new
then i want to get var1 as D:\myfiles\a.txt and var2 as E:\new where | is separator used.
Please help
Comment