• mental block with spacing

    From dream master@21:1/163 to All on Sunday, May 27, 2018 05:13:41
    i want to write contents of a data file and i have the number and
    the contentto display but it's not working.. it looks like t
    his as an example.#9 today is the day#10 to
    morrow is the futurei want it to look like
    #9 today is the day#10 tomorrow is the future
    i was trying padrt() and padlt() but that was not working. any one know wh atto use? im looking at the updated docs and i don't see of
    f hand..úùDream
    Masterùú.øùúùø
    øùúùøDoRE!ACiDiC
    !Demonic[dreamland.darktech.
    org]
    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: |08--[|15!|07dreamland BBS dreamland.darktech.org (21:1/163)
  • From Gryphon@21:1/120 to dream master on Tuesday, May 29, 2018 12:04:51
    On 05/27/18, dream master said the following...

    i want to write contents of a data file and i have the number and the cont to display but it's not working.. it looks like this as an example.

    #9 today is the day
    #10 tomorrow is the future

    i want it to look like

    #9 today is the day
    #10 tomorrow is the future



    i was trying padrt() and padlt() but that was not working. any one know to use? im looking at the updated docs and i don't see off hand.

    Are you padding the whole line, or just the number at the begining. How is
    it not working? What does your data and code look like?

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Cyberia BBS | cyberia.darktech.org | San Jose, CA (21:1/120)
  • From dream master@21:1/163 to Gryphon on Tuesday, May 29, 2018 19:46:14
    On 05/29/18, Gryphon said the following...
    Are you padding the whole line, or just the number at the begining. How is it not working? What does your data and code look like?

    just the number at the beginning so i did it this way.

    if length(int2str(idx)) = 1 then
    write('|15 #0'+int2str(idx)+'|07 ');
    else write('|15 #'+int2str(idx)+'|07 ');

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic |08[|15dreamland|09.|15darktech|09.|15org|08]

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: |08--[|15!|07dreamland BBS dreamland.darktech.org (21:1/163)