Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#2392 closed Feature Request (Rejected)

Dim / Global / Local / Const - Remarks - PROPOSAL

Reported by: mlipok Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

in
Dim / Global / Local / Const

in Remarks:
I propse to add something like that:
"Positive declaration of a variable and its range can be checked by using function IsDeclared()"

justifications:
Since the section "Dim / Global / Local / Const" describes how the declaration and scope of variables, and the fact that a positive declaration of a variable and its range can be checked using the function IsDeclared

Attachments (0)

Change History (8)

comment:1 by TicketCleanup, 13 years ago

Version: 3.3.9.18

Automatic ticket cleanup.

comment:2 by anonymous, 13 years ago

btw.
Why "Automatic ticket cleanup."
delete Version info

comment:3 by AdmiralAlkex, 13 years ago

Uhhm maybe because it says everywhere to not set the version field on feature requests and yet he did?
Try reading the ticket guidelines next time.

comment:4 by BrewManNH, 13 years ago

Your proposal isn't clear. What exactly are you trying to say?

comment:5 by anonymous, 13 years ago

simply:
I propose add an appropriate description in the Remarks and of course a link to IsDeclared()

comment:6 by guinness, 13 years ago

Resolution: Rejected
Status: newclosed

comment:7 by guinness, 13 years ago

IsDeclared should be used in "special cases" only. If you declare the variable using the following declaration keywords, then you know it's declared and thus there's no point in using IsDeclared.

comment:8 by mlipok, 13 years ago

All right.
I accept your answer as a binding, although I once had the opportunity to see the usefulness of IsDeclared () in my own scripts, but that was a long time ago.
Since then, I changed my style of programming.

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.