Modify

#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, on Aug 20, 2013 at 10:00:01 PM

Version: 3.3.9.18

Automatic ticket cleanup.

comment:2 by anonymous, on Aug 20, 2013 at 10:07:31 PM

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

comment:3 by AdmiralAlkex, on Aug 21, 2013 at 12:35:18 AM

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, on Aug 21, 2013 at 3:06:26 AM

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

comment:5 by anonymous, on Aug 21, 2013 at 3:46:05 AM

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

comment:6 by guinness, on Aug 21, 2013 at 8:48:18 PM

Resolution: Rejected
Status: newclosed

comment:7 by guinness, on Aug 21, 2013 at 8:50:02 PM

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, on Aug 21, 2013 at 10:12:45 PM

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.