• BAJA Problem

    From DesotoFireflite@VERT/VALHALLA to All on Wednesday, January 20, 2016 15:00:11
    I'm writing a small utility program in baja, and it works like a charm, but I'm having an issue with the pront function. When I use the print function to write a line that can be seen on the terminal, I see a strage carracter at the end of the line after it's displayed. Ot a o with tow dots over it, and on another line that's displayed, i get a o, with a ^ over it. I would think it would be because I have garbage somewhere in the code, but ive tried several editors, and nothing strange shows up. The only thing I have noticed, is the lines with the characters, are over 72 carracters long. The shorter lines don't have the starage carracters. below is one of the lines I'm seeing the strange carracters on.

    PRINT "\r\n|14Special Note|12: |11See Valhalla's BBS System The Way It Was Intended To Be Seen And"
    PRINT "\r\n |11Download SyncTERM at|12http://sourgeforge.net/projects/syncterm/"

    I using | color codes.

    Any Ideas. As always, thanks

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Wednesday, January 20, 2016 17:24:07
    Re: BAJA Problem
    By: DesotoFireflite to All on Wed Jan 20 2016 03:00 pm

    I'm writing a small utility program in baja, and it works like a charm, but I'm having an issue with the pront function. When I use the print function to write a line that can be seen on the terminal, I see a strage carracter at the end of the line after it's displayed. Ot a o with tow dots over it, and on another line that's displayed, i get a o, with a ^ over it. I would think it would be because I have garbage somewhere in the code, but ive tried several editors, and nothing strange shows up. The only thing I have noticed, is the lines with the characters, are over 72 carracters long. The shorter lines don't have the starage carracters. below is one of the lines I'm seeing the strange carracters on.

    PRINT "\r\n|14Special Note|12: |11See Valhalla's BBS System The Way It Was Intended To Be Seen And"
    PRINT "\r\n |11Download SyncTERM at|12http://sourgeforge.net/projects/syncterm/"

    I using | color codes.

    Any Ideas. As always, thanks

    What happens if you don't use | codes?

    digital man

    Synchronet "Real Fact" #53:
    The Synchronet source code consists of over 500,000 lines of C and C++.
    Norco, CA WX: 63.1øF, 65.0% humidity, 1 mph S wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Wednesday, January 20, 2016 17:25:39
    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Wed Jan 20 2016 05:24 pm

    Re: BAJA Problem
    By: DesotoFireflite to All on Wed Jan 20 2016 03:00 pm

    I'm writing a small utility program in baja, and it works like a charm, but I'm having an issue with the pront function. When I use the print function to write a line that can be seen on the terminal, I see a strage carracter at the end of the line after it's displayed. Ot a o with tow dots over it, and on another line that's displayed, i get a o, with a ^ over it. I would think it would be because I have garbage somewhere in the code, but ive tried several editors, and nothing strange shows up. The only thing I have noticed, is the lines with the characters, are over 72 carracters long. The shorter lines don't have the starage carracters. below is one of the lines I'm seeing the strange carracters on.

    PRINT "\r\n|14Special Note|12: |11See Valhalla's BBS System The Way It Was Intended To Be Seen And"
    PRINT "\r\n |11Download SyncTERM at|12http://sourgeforge.net/projects/syncterm/"

    I using | color codes.

    Any Ideas. As always, thanks

    What happens if you don't use | codes?

    I pasted the code you provided above (with | codes) into a file, compiled with Baja and when exeuted, the output looks normal:

    þ Main þ 0:05:00 [2] DOVE-Net [17] Synchronet Sysops: ;EXEC *TESTPRINT
    SY:

    Special Note: See Valhalla's BBS System The Way It Was Intended To Be Seen And
    Download SyncTERM athttp://sourgeforge.net/projects/syncterm/

    digital man

    Synchronet "Real Fact" #54:
    Synchronet Terminal Server introduced RLogin support w/v3.00c (2000).
    Norco, CA WX: 63.1øF, 65.0% humidity, 1 mph S wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Thursday, January 21, 2016 04:38:19
    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Wed Jan 20 2016 05:24 pm

    PRINT "\r\n |11Download SyncTERM
    at|12http://sourgeforge.net/projects/syncterm/"

    I using | color codes.

    Any Ideas. As always, thanks

    What happens if you don't use | codes?

    I'll try it and see.

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Thursday, January 21, 2016 04:43:15
    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Wed Jan 20 2016 05:25 pm

    What happens if you don't use | codes?

    I pasted the code you provided above (with | codes) into a file, compiled with Baja and when exeuted, the output looks normal:

    þ Main þ 0:05:00 [2] DOVE-Net [17] Synchronet Sysops: ;EXEC *TESTPRINT
    SY:

    Special Note: See Valhalla's BBS System The Way It Was Intended To Be Seen And
    Download SyncTERM athttp://sourgeforge.net/projects/syncterm/

    I've got a feeling it's something intraduced by the editor. I'm going to try it without color codes and see what happens, then if ok, I will try sync codes instead of | codes. I'm using notepad 2 as an editor. It's strange, as I've never had this issue before with any baja module I've created. Thanks for trying it on your end, at least I know it's something I am doing, and that helps.

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Thursday, January 21, 2016 12:22:29
    Re: BAJA Problem
    By: DesotoFireflite to Digital Man on Thu Jan 21 2016 04:43 am

    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Wed Jan 20 2016 05:25 pm

    What happens if you don't use | codes?

    I pasted the code you provided above (with | codes) into a file, compiled with Baja and when exeuted, the output looks normal:

    þ Main þ 0:05:00 [2] DOVE-Net [17] Synchronet Sysops: ;EXEC *TESTPRINT SY:

    Special Note: See Valhalla's BBS System The Way It Was Intended To Be Seen And
    Download SyncTERM athttp://sourgeforge.net/projects/syncterm/

    I've got a feeling it's something intraduced by the editor. I'm going to try it without color codes and see what happens, then if ok, I will try sync codes instead of | codes. I'm using notepad 2 as an editor. It's strange, as I've never had this issue before with any baja module I've created. Thanks for trying it on your end, at least I know it's something I am doing, and that helps.

    If send me the file (upload or attach to email), I can have a look-see and let you know if those bytes are in the file. Maybe a UNICODE BOM or something.

    digital man

    Synchronet "Real Fact" #69:
    Rob Swindell was interviewed for Jason Scott's BBS Documentary in July of 2002. Norco, CA WX: 71.1øF, 25.0% humidity, 2 mph WSW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Thursday, January 21, 2016 18:54:19
    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Thu Jan 21 2016 12:22 pm

    If send me the file (upload or attach to email), I can have a look-see and let you know if those bytes are in the file. Maybe a UNICODE BOM or

    Ok, I may just do that. I'm gonna take another stab at it tomorrow morning before the storm hits, I'll let you know. Thanks.

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Mro@VERT/BBSESINF to DesotoFireflite on Thursday, January 21, 2016 18:22:41
    Re: BAJA Problem
    By: DesotoFireflite to All on Wed Jan 20 2016 03:00 pm

    I'm writing a small utility program in baja, and it works like a charm, but I'm having an issue with the pront function. When I use the print function to write a line that can be seen on the terminal, I see a strage carracter at the end of the line after it's displayed. Ot a o with tow dots over it, and on another line that's displayed, i get a o, with a ^ over it. I would think it would be because I have garbage somewhere in the code, but ive tried several editors, and nothing strange shows up. The only thing I have noticed, is the lines with the characters, are over 72 carracters long. The



    email your script to me and i'll see whats wrong.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From DesotoFireflite@VERT/VALHALLA to Mro on Friday, January 22, 2016 05:29:45
    Re: BAJA Problem
    By: Mro to DesotoFireflite on Thu Jan 21 2016 06:22 pm

    email your script to me and i'll see whats wrong.

    Thanks. I'm gonna try with a different editor first. It's a pride issue now. It works, but it's full of garbage. I made the initial file on my macbook, and I think the editor put in some hidden carracters. It happened once before about a year ago. I'm gonna rewrite it on Windows, and see what happens before I throw in the towel. I'll let you know, thanks

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- A true friend knows who you are... But likes you anyway.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Mro on Friday, January 22, 2016 09:30:28
    Re: BAJA Problem
    By: Mro to DesotoFireflite on Thu Jan 21 2016 06:22 pm

    email your script to me and i'll see whats wrong.

    Figured it out. It was garbage intraduced by my Mac editor. I opened it with my old tried and true dod edit.com, and everything showed up. Cleared out the garbage, and it works and looks great. Thanks for everyones feedback.

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Friday, January 22, 2016 09:32:33
    Re: BAJA Problem
    By: Digital Man to DesotoFireflite on Thu Jan 21 2016 12:22 pm

    I've got a feeling it's something intraduced by the editor. I'm going
    to try it without color codes and see what happens, then if ok, I will
    try sync codes instead of | codes. I'm using notepad 2 as an editor.
    It's strange, as I've never had this issue before with any baja module
    I've created. Thanks for trying it on your end, at least I know it's
    something I am doing, and that helps.

    If send me the file (upload or attach to email), I can have a look-see and let you know if those bytes are in the file. Maybe a UNICODE BOM or something.

    digital man

    Figured it out. It was garbage intraduced by my Mac editor. I opened it with my old tried and true dos edit.com, and everything showed up. Cleared out the garbage, and it works and looks great. Thanks Rob.


    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- Fartvergnugen: The pleasure of breaking wind.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Mro@VERT/BBSESINF to DesotoFireflite on Friday, January 22, 2016 21:52:54
    Re: BAJA Problem
    By: DesotoFireflite to Mro on Fri Jan 22 2016 09:30 am


    Figured it out. It was garbage intraduced by my Mac editor. I opened it
    with my old tried and true dod edit.com, and everything showed up. Cleared out the garbage, and it works and looks great. Thanks for everyones feedback.


    http://www.filedropper.com/kinesicstexteditor


    this a good 32bit console editor for people on windows 64bit.
    i always prefered edit.com but cant use it anymore.

    the windows flavor of kinesics is dogshit, but the console editor is great.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From DesotoFireflite@VERT/VALHALLA to Mro on Saturday, January 23, 2016 04:44:52
    Re: BAJA Problem
    By: Mro to DesotoFireflite on Fri Jan 22 2016 09:52 pm

    http://www.filedropper.com/kinesicstexteditor

    Thanks, I'll check it out.

    C.G. Learn
    Valhalla Home Services! - Telnet://valhalla.synchro.net
    A Gamers Paradise - Over 100 Registered Online Game Doors!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net