Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by mlipok
comment:2 Changed 11 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
mistake: -1
correct: 1