
Line termination LF vs CRLF vs CR - thinbasic.com
2008年2月4日 · It came back reporting only one line was read. The problem was that the file used Unix line terminations (no CR preceding the LF). Would it be possible to change the FILE_LineInput function to accept any of the following as valid line terminations: LF (Unix-standard), CRLF (DOS/Windows), or CR (Macintosh)?
Line termination LF vs CRLF vs CR [Archive] - thinBasic: Basic ...
It came back reporting only one line was read. The problem was that the file used Unix line terminations (no CR preceding the LF). Would it be possible to change the FILE_LineInput function to accept any of the following as valid line terminations: LF (Unix-standard), CRLF (DOS/Windows), or CR (Macintosh)?
Line termination LF vs CRLF vs CR - thinbasic.com
2008年2月4日 · Re: Line termination LF vs CRLF vs CR Just in case you didn't had the opportunity to look at PARSE function, it has an additional field (called FieldDelim) that will let you parse fields inside parsed lines and automatically fill the array (in this case a matrix array).
ThinBASIC Core Language > Data Structures > cOptions > …
<cOptions>.Keys << Click to Display Table of Contents >>Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > cOptions > cOptions Methods >
Advent of Code, 2024 - Day 02 - thinbasic.com
Join Date Aug 2005 Location Brno - Czech Republic Posts 7,157 Rep Power 736
From Support: Detecting COMM port and attached device names …
2011年10月1日 · Remember Me? Articles; Forum; FAQ; Calendar; Forum Actions. Mark Forums Read; Blogs; thinBasic/Resources
Equates repetition - thinbasic.com
All string constants, also called equates, starting from next preview will have an optional repetition number after the equate name indicating repetition of the same string equate.
RichEdit - thinbasic.com
Hi Guys, I have a question about the RichEdit class. I want to change the color of a word in a sentence.
Release the beast: Get$/Set$/GetPtr - Page 3 - thinbasic.com
2013年1月8日 · the most dirty approach ever- but surprisingly it works. :) Three functions that work on variables and one-dimensional arrays of strings and fixed size udts: Edit: This was the beginning, one page further and somewhere at the recents posts you'll find LazyFun.tBasicU - so this example just demonstrates what's possible.
[QOD] Challenge: Beat these times! - thinbasic.com
This time it's not a poll nor question here. But some challenge! Imagine we have some Long or Dword we get passed from somewhere and have to split this into 3 Bytes...