Modify ↓
Opened 17 years ago
Closed 17 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 by , 17 years ago
comment:3 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed in version: 3.3.1.0
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.