This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Bugfix 21458 - Document "number of elements of tArray" - #6634
Merged
Conversation
livecodeali
reviewed
Aug 13, 2018
|
|
||
| Syntax: the number of {char[acters] | items | words | lines} {in | of} <textString> | ||
|
|
||
| Syntax: the number of elements {in|of} <array> |
Member
There was a problem hiding this comment.
Can you put spaces in here either side of the separator please? i.e. {in | of}
Member
There was a problem hiding this comment.
Also we should probably avoid parameters that are the same as type names, perhaps use <arrayExpr> instead?
livecodeali
reviewed
Aug 13, 2018
| Any string or expression that evaluates to a string. | ||
|
|
||
| array (array): | ||
| The name of an array |
Member
There was a problem hiding this comment.
This should probably be the standard:
An array or expression that evaluates to an array
as it could be eg put the number of elements in functionThatReturnsAnArray()
| textString (string): | ||
| Any string or expression that evaluates to a string. | ||
|
|
||
| array (array): |
Contributor
There was a problem hiding this comment.
@livecodesam this should be arrayExpr (array):
Contributor
|
@livecode-vulcan review ok a68a58d |
Contributor
|
💙 review by @livecodepanos ok a68a58d |
livecode-vulcan
added a commit
that referenced
this pull request
Aug 30, 2018
Bugfix 21458 - Document "number of elements of tArray" Added missing syntax to the entry for the number. Changed references to remove non-existent entry and add in one used elsewhere in the entry.
Contributor
|
😎 test success a68a58d
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added missing syntax to the entry for the number.
Changed references to remove non-existent entry and add in one used elsewhere in the entry.