| Anonymous | Login | Signup for a new account | 2023-09-10 00:29 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | My Account |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0000240 | mSLDev | General (other) | public | 2014-09-27 02:13 | 2014-09-27 02:43 | ||||||
| Reporter | Zmodem | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | Win7 64-bit | OS | Windows 7 | OS Version | (6.1) | ||||||
| Product Version | |||||||||||
| Target Version | Fixed in Version | ||||||||||
| Summary | 0000240: Using variable declaration on same line as opening block code, followed by $&, results in terrible block management | ||||||||||
| Description | For some reason, you cannot declare a variable on the same line as an opening alias block, and then proceed to use $& to concatenate the lines together. | ||||||||||
| Steps To Reproduce | Create a new line, or a new script file, and type the following: alias varwhat { var %1 = This, $& %2 = Will, $& %3 = Not Work echo -a %1 %2 %3 } You will notice that there will be a block indicator around the %3. Sometimes, the block even showed up at the 'echo' statement (if I pushed the var %1 down one line, then backspaced up, it would variably 'block' the echo statement). | ||||||||||
| Tags | No tags attached. | ||||||||||
| Beta mIRC version? | Check if it's a beta version | ||||||||||
| mIRC Version | 7.34 | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0000166) Zmodem (reporter) 2014-09-27 02:43 |
Okay, this seems to be the case with doing ANY line modifications to the immediate code block opening: alias testthis { echo -a This | $& echo -a Should | $& echo -a Work } |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2014-09-27 02:13 | Zmodem | New Issue | |
| 2014-09-27 02:13 | Zmodem | File Added: msldevbug.jpg | |
| 2014-09-27 02:43 | Zmodem | Note Added: 0000166 | |
| Copyright © 2000 - 2011 MantisBT Group |