Results 1 to 2 of 2

Thread: coloring the lines

  1. #1

    Thread Starter
    Fanatic Member merhaba's Avatar
    Join Date
    Sep 2002
    Location
    Istanbul,Bartin-Gallipoli(Gelibolu-Canakkale)
    Posts
    601

    coloring the lines

    hi,
    How can I color each line with a different color?

    cls
    color 12
    print " hello my friend";
    print" today is sunday";
    print" He is a doctor";

    How can I color only the second line in"blue"?

    thanks

  2. #2

    Thread Starter
    Fanatic Member merhaba's Avatar
    Join Date
    Sep 2002
    Location
    Istanbul,Bartin-Gallipoli(Gelibolu-Canakkale)
    Posts
    601
    cls

    print " hello my friend";
    color 12 ,5
    print" today is sunday";
    color 10 ,4
    print" He is a doctor";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width