|
Post by James :) (aka Madcow) on Aug 16, 2010 6:54:26 GMT -5
I need to know what the code for a New Line or Char Return is? I'm writing a skipWhitespace function you see.
I need this for this XML Parser im writing, i'm trying to get this code ported over and this requires me to read the file char by char and also to peek at what the next char is without moving the read head. once i have completed this i may write my own version or work on this version so its more efficent and dosnt require this but i thought i might test out Basic4GL's Seek Command.
|
|
|
Post by Supermonkey on Aug 16, 2010 6:55:29 GMT -5
13 is carriage return 10 is new line (or the other way round).
I'd say why not write a plugin save having to roll your own parser in B4GL but I think you said plugins don't work in WINE.
|
|
|
Post by James :) (aka Madcow) on Aug 16, 2010 14:21:07 GMT -5
Plugins work but i'm not sure i'll be able to make my own in linux. and besides this is more fun and chalaging and better at showing what B4GL is capable of
|
|