From WikiChip
Difference between revisions of "mirc/identifiers/$++"
(Created page with "'''$++''' is a very old construct, similar to $+, which allowed to 'delay' the $+ behavior. A line : " $+ $read c:\test.txt $++ " can be found in the changelog of mIRC, sugg...") |
|||
| Line 1: | Line 1: | ||
| − | '''$++''' is a very old construct, similar to $+, which allowed to 'delay' the $+ behavior. | + | {{mirc title|$++ Identifier}}{{Deprecated feature|new={{mIRC|$+}}}}'''$++''' is a very old construct, similar to $+, which allowed to 'delay' the $+ behavior. |
A line : | A line : | ||
| Line 6: | Line 6: | ||
can be found in the changelog of mIRC, suggesting that if that $++ were a $+, it would concatenate the filename to " before. | can be found in the changelog of mIRC, suggesting that if that $++ were a $+, it would concatenate the filename to " before. | ||
| − | Nowadays, $++ is useless, it has theorically the same behavior as $+ | + | Nowadays, $++ is useless, it has theorically the same behavior as $+. |
| + | |||
| + | == Compatibility == | ||
| + | {{mIRC compatibility|4.1}} | ||
| + | |||
| + | == See Also == | ||
| + | {{mIRC|$+}} | ||
| + | [[Category:MIRC identifiers]] | ||
Revision as of 16:18, 6 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $+.$++ is a very old construct, similar to $+, which allowed to 'delay' the $+ behavior. A line :
" $+ $read c:\test.txt $++ "
can be found in the changelog of mIRC, suggesting that if that $++ were a $+, it would concatenate the filename to " before.
Nowadays, $++ is useless, it has theorically the same behavior as $+.
Compatibility
Added: mIRC v4.1
Added on: 27 Apr 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.