Modify ↓
Opened 10 years ago
Closed 10 years ago
#3146 closed Bug (Works For Me)
RegRead documentation incorrect or deprecated
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | Cc: |
Description
The helpfile states
When reading a REG_MULTI_SZ key the multiple entries are separated by @LF - use with StringSplit(..., @LF) to get each entry.
The entries are, however, separated by spaces. (Chr(32))
Attachments (0)
Note:
See TracTickets
for help on using tickets.

If you use RegWrite with @LF (example has been fixed in the next beta), then there is no error.