@Fox said in Get BAS Script username:
There is no such functionality yet.
Ok, already thought that. Then here with this topic I open an proposal that this could be added in the future. Thanks very much :)
Hi, I can use 'Get substring' to fetch the first X characters from a title, however, this will often cut a word in half at the end. For example
Catalogue of the Highly Important Collection
Will result in
Catalogue of the Highly Important Colle
Is there a feature in BAS to extract the first X characters and stopping at the last complete word i.e.
Catalogue of the Highly Important
@Insight said in Get 80 characters from string, Respecting full words:
Hi, I can use 'Get substring' to fetch the first X characters from a title, however, this will often cut a word in half at the end. For example
Catalogue of the Highly Important Collection
Will result in
Catalogue of the Highly Important Colle
Is there a feature in BAS to extract the first X characters and stopping at the last complete word i.e.
Catalogue of the Highly Important
It can be solved through the "List" module

Or using a regular expression
