Search found 64 matches

by churchken
Mon Apr 16, 2007 4:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: newbie question on fields
Replies: 6
Views: 5959

file type

Mark, The file being imported is a plain text file -- however, it contains some html code characters. Here is a portion of the file: <br>04/13/2007 ZN 07Jun 107085 12:35:33 PM 100<br>04/13/2007 ZN 07Jun 107085 12:35:33 PM 153<br>04/13/2007 ZN 07Jun 107085 12:35:33 PM 14<br>04/13/2007 ZN 07Jun 107085...
by churchken
Mon Apr 16, 2007 3:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: converting text to numbers
Replies: 2
Views: 4036

thanks

Mark,

Thanks, but I think I found it -- I was incorrectly using a global variable as part of the "if" test.

I'll post again if the error message persists.

Thank you.
by churchken
Mon Apr 16, 2007 1:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: converting text to numbers
Replies: 2
Views: 4036

converting text to numbers

Hi, I am attempting to use data from a text file as a numeric variable. A text file is put into a field, that field is then parsed with the "split" command, and correctly places string data ( e.g. 110.25) into a separate card field. If that field is then used in an "if then" statement doing a math c...
by churchken
Mon Apr 16, 2007 1:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: newbie question on fields
Replies: 6
Views: 5959

newbie question on fields

Hi, The following script correctly "puts" a text file into a variable. The accurate number of characters is placed into the card variable "filesize". put URL ("file:" & it) into tFileData put the number of characters in tFileData into tFileChars put tFileChars into field "filesize" put tFileData int...

Go to advanced search