Modify ↓
Opened 16 years ago
Closed 16 years ago
#817 closed Bug (Fixed)
Typo in helpfile
Reported by: | madflame991 | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.1.0 | Component: | Documentation |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | typo, byref | Cc: |
Description
" The ByRef keyword is optional and means: (1) the parameter must a variable " - from the byref keyword in the help file
That doesn't sound right and I think "...and it means" would be more appropiate (dunno for sure cause I'm not a native speaker)
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by Valik
comment:2 Changed 16 years ago by Valik
comment:3 Changed 16 years ago by Jpm
- Owner set to Valik
- Status changed from new to assigned
comment:4 Changed 16 years ago by Valik
- Milestone set to 3.3.1.0
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed in version: 3.3.1.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.
Actually as a result of #808 that whole bit needs changed since it is now possible to pass temporary unnamed variables (function return values) directly.