Modify ↓
Opened 13 years ago
Closed 13 years ago
#2450 closed Feature Request (Rejected)
For...To...Step...Next - Syntax - Proposal
| Reported by: | mlipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
in For...To...Step...Next
please consider change from that
For <variable> = <start> To <stop> [Step <stepval>]
to that:
For <variable> = <start> To <stop> [Step <stepval> = - 1]
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

mistake: -1
correct: 1