MantisBT - mSLDev | |||||
| View Issue Details | |||||
| 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 | ||||
| Beta mIRC version? | Check if it's a beta version | ||||
| mIRC Version | 7.34 | ||||
| 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). | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | http://www.msldev.com/bugs/file_download.php?file_id=12&type=bug | ||||
| 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 | |||
| Notes | |||||
|
|
|||||
|
|
||||