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 mlipok, 13 years ago

mistake: -1
correct: 1

For <variable> = <start> To <stop> [Step <stepval> = 1]

comment:2 by guinness, 13 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.