Page 1 of 1

bzedit formating

Posted: Mon Mar 06, 2006 7:07 pm
by sid6.7
so what exactly is the formating of a bzedit file
it seems to be different then a true text file...

IE...reading a text file i access the different
data correctly...reading bzedit file i cannot access
the same data correctly or at all becuase it
appears to be formated differently?

IE

Code: Select all


text file format:
-----------------
box
position
rotation
size
drivethrough
end

i can access each word

bzedit:
-------
box
  position
  rotation
  size
  drivethrough
end

i cannot access each word

even if i trim spaces...

Posted: Fri Mar 24, 2006 12:28 am
by ^nightmare^
I wish i could help, but try pming one of the developers like
DTRemenak
http://my.bzflag.org/bb/profile.php?mod ... file&u=120
Grumbler <-Not sure if he is still on forums...
http://my.bzflag.org/bb/profile.php?mod ... file&u=271
-Good Luck

Posted: Fri Mar 24, 2006 1:42 am
by TD-Linux
How are you trimming spaces? Can we see your code? What language are you using?