#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 Changed 11 years ago by TicketCleanup
- Version 3.3.9.18 deleted
comment:2 Changed 11 years ago by anonymous
btw.
Why "Automatic ticket cleanup."
delete Version info
comment:3 Changed 11 years ago by AdmiralAlkex
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 Changed 11 years ago by BrewManNH
Your proposal isn't clear. What exactly are you trying to say?
comment:5 Changed 11 years ago by anonymous
simply:
I propose add an appropriate description in the Remarks and of course a link to IsDeclared()
comment:6 Changed 11 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
comment:7 Changed 11 years ago by guinness
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 Changed 11 years ago by mlipok
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.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.