#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 , 13 years ago
| Version: | 3.3.9.18 |
|---|
comment:3 by , 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:5 by , 13 years ago
simply:
I propose add an appropriate description in the Remarks and of course a link to IsDeclared()
comment:6 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:7 by , 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 , 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.

Automatic ticket cleanup.