Modify ↓
Opened 16 years ago
Closed 16 years ago
#1371 closed Feature Request (Completed)
_TempFile() update
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| 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 by , 16 years ago
| Version: | 3.3.2.0 |
|---|
comment:3 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [5796] in version: 3.3.7.0
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.