Getting a text file into Smart Basic IPad

Post Reply
Tffsnyder
Posts: 7
Joined: Mon Nov 27, 2017 8:23 pm
My devices: iPad pro
Flag: United States of America

Getting a text file into Smart Basic IPad

Post by Tffsnyder »

Oh my Lord I love Smart Basic. Most programming problems I can solve by looking at other programs. Here is where I am stuck. My program wants to read data in from a text file that I have generated outside the program in a text editor. I saved that to the appropriate file in dropbox and I can find it using the Dropbox feature in smart BASIC, but it won’t let me paste a text file locally.

Help!

Tom Snyder

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: Getting a text file into Smart Basic IPad

Post by rbytes »

It is good to see new users on the Forum. Those of us who have been here for a while will be happy to help you any time. I just answered a very similar question to yours. If any time you are in a hurry and can't wait for someone to reply, just do a word search to see if your question has been answered for another user.

Smart Basic uses Dropbox as an "in-between" stage to move files in and out. Apple will not allow Smart Basic or any other programming app to use code to load or run a file from Dropbox. Therefore you need to use the Copy, Cut or Paste tools in Smart Basic to import the file.

1. Simply toggle your SB Dropbox icon until you see the heading "Dropbox" on your screen.
2. Find the file you placed in the Apps/Smart Basic folder.
3. Select it, then Copy or Cut it.
4. Toggle the Dropbox icon until you see Smart Basic as the screen header.
5. Paste your file wherever you want it (eg. you can navigate into a folder before pasting.)

You cannot Paste files into SB from Dropbox with the extender .txt, but once they are pasted into Smart Basic you can rename them.
The only thing that gets me down is gravity...

Tffsnyder
Posts: 7
Joined: Mon Nov 27, 2017 8:23 pm
My devices: iPad pro
Flag: United States of America

Re: Getting a text file into Smart Basic IPad

Post by Tffsnyder »

Hi. I was so excited to see a reply so quickly. Thank you.

Yes I have been trying to use the copy and paste method from Dropbox to smart BASIC and I noticed that it won’t except a file with .txt extension. Since I am trying to send a text file with that extension, can I use any other extension to get it in there and then rename it later?

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: Getting a text file into Smart Basic IPad

Post by rbytes »

Absolutely. Dropbox allows renaming of files, so change the extender to anything except .txt, then once you copy it and paste it into Smart Basic, change the name back. There is a Rename icon at the bottom of the SB interface.
The only thing that gets me down is gravity...

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: Getting a text file into Smart Basic IPad

Post by rbytes »

Why the prohibition on .txt? That is because Smart Basic uses that default extender for program files. Quite a while ago I discovered that almost any extender works on a program file. All of my programs use the extender .sb

So if I need to copy them between Dropbox and Smart Basic I do not encounter the restriction.
The only thing that gets me down is gravity...

Post Reply