Opened on Aug 20, 2013 at 9:39:33 PM
Closed on Aug 21, 2013 at 8:48:18 PM
Last modified on Aug 21, 2013 at 10:12:45 PM
#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 , on Aug 20, 2013 at 10:00:01 PM
| Version: | 3.3.9.18 |
|---|
comment:2 by , on Aug 20, 2013 at 10:07:31 PM
btw.
Why "Automatic ticket cleanup."
delete Version info
comment:3 by , 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 , on Aug 21, 2013 at 3:06:26 AM
Your proposal isn't clear. What exactly are you trying to say?
comment:5 by , 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 , on Aug 21, 2013 at 8:48:18 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:7 by , 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 , 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.

Automatic ticket cleanup.