Modify ↓
Opened 9 years ago
Closed 9 years ago
#3146 closed Bug (Works For Me)
RegRead documentation incorrect or deprecated
Reported by: | victhetraitor@… | 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)
Change History (1)
comment:1 Changed 9 years ago by guinness
- Resolution set to Works For Me
- Status changed from new to closed
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.
If you use RegWrite with @LF (example has been fixed in the next beta), then there is no error.