Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Copy special

Copy-special 'default' 'include line numbers'

this is what I get when I paste here. Not as nice looking as original and no line numbers
Have I missed something.


mainline:

gosub doFuneralHomes
Msg(@window, MsgUp)
gosub DoContacts
Msg(@window, MsgUp)

gosub CleanUp


return

Comments

  • paste in a word doc and I get:

    13 mainline:
    14
    15 gosub doFuneralHomes
    16 Msg(@window, MsgUp)
    17 gosub DoContacts
    18 Msg(@window, MsgUp)
    19
    20 gosub CleanUp
    21
    22
    23 return

  • Oops, OK I see I am supposed to post it as code. Sorry, I forgot

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    13  mainline:
    14    
    15    gosub doFuneralHomes
    16    Msg(@window, MsgUp)
    17    gosub DoContacts
    18    Msg(@window, MsgUp)
    19    
    20    gosub CleanUp
    21    
    22    
    23  return
  • Thanks for testing it!
Sign In or Register to comment.