microsoft / microsoft/pxt-microbit
Support string[] and Buffer in stringPlayable block
Open
@abchatra is already working on this.
Since Jun 26, 2026.
apis
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
Is your feature request related to a problem? Please describe.
StringArrayPlayable's constructor has been extended to allow multiple formats
The stringPlayable block still supports only string
https://github.com/microsoft/pxt-microbit/blob/238a6a0b5f809eb8e032e4b3a490e31e704f3845/libs/core/playable.ts#L133
Describe the solution you'd like
Support the same types in stringPlayable
Describe alternatives you've considered
Create a custom function or extension. This example needs beta:
https://makecode.microbit.org/_LAcYDW1yHWJ4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.