Modify ↓
Opened 16 years ago
Closed 16 years ago
#565 closed Feature Request (Rejected)
Calculate Membership in group or ranges
Reported by: | Dschingis | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
A function for calculating the membership in a group or range, which returns True or False. Example:
$a = 5 Member($a,1;3;4;7;9;b-m) Member($a,1-4;6;8-22) Member($a,A-H;z;n-x;5) Member($a,EvenNumbers(13,79))
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by TicketCleanup
- Version 3.2.12.0 deleted
comment:2 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
This should be possible via a COM object, 3rd-party tool or DllCall(). In other words it should be possible via a UDF of some sort. Closing as rejected.
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.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.