Modify ↓
Opened 15 years ago
Closed 15 years ago
#1371 closed Feature Request (Completed)
_TempFile() update
Reported by: | xrewndel <xrewndel@…> | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.7.0 | Component: | Standard UDFs |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Add this in _TempFile() to accept "Default" keyword or -1 value
If $s_FilePrefix = -1 Or $s_FilePrefix = Default Then $s_FilePrefix = '~' If $s_FileExtension = -1 Or $s_FileExtension = Default Then $s_FileExtension = ".tmp" If $i_RandomLength = -1 Or $i_RandomLength = Default Then $i_RandomLength = 7
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by TicketCleanup
- Version 3.3.2.0 deleted
comment:2 Changed 15 years ago by Valik
There is no need for the code to explicitly test -1.
comment:3 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner changed from Gary to Jpm
- Resolution set to Completed
- Status changed from new to closed
Added by revision [5796] in version: 3.3.7.0
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.