URL to this GG post: https://groups.google.com/g/tiddlywiki/c/uZmJpLsFehc
On Sunday, January 23, 2022 at 12:04:00 AM UTC-4 Charlie Veniot wrote: > Work on the Programmer's Reference > <https://basicanywheremachine.neocities.org/BAM_ProgReference.html> > TiddlyWiki > continues. > > Attached: current list of enhancements to the BASIC implementation. > > Noteworthy addition: SetClipboardText(*string*) > > This was a quick and easy function to add, allowing placing the content of > a string to the clipboard. So a way to export a string to which the BASIC > program aggregates text during program execution. > > See the results of the program below, pasted from the clipboard into the > attached text file. > > ``` > def fnFmtCode$(i) = space$(4 - i) + str$(i) + ": " + chr$(i) > ' > for i = 33 to 223 > a$ = a$ + chr$(13) + fnFmtCode$(i) > next i > ' > setclipboardtext(a$) > print "results copied to clipboard." > ``` > > I'm thinking these attachments won't show in TiddlyTalk. I'll follow-up > this post with the post's GG url. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/269458ec-74f3-4adb-b27e-54cc62b90228n%40googlegroups.com.

