Skip to content

Instantly share code, notes, and snippets.

@basictomonokai
Created March 14, 2017 01:14
Show Gist options
  • Save basictomonokai/9279681432fc2356cf8b61c21e9fda72 to your computer and use it in GitHub Desktop.
Save basictomonokai/9279681432fc2356cf8b61c21e9fda72 to your computer and use it in GitHub Desktop.
GoogleDrive連携(BASIC!)
REM Start of BASIC! Program
filename$="test.txt"
grabfile datf$,filename$,1
print datf$
bundle.create bptr
bundle.put bptr,"android.intent.extra.SUBJECT","from basic!"
bundle.put bptr,"android.intent.extra.TEXT",datf$
app.start "android.intent.action.SEND",,,,"text/plain",,bptr
bundle.clear bptr
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment