Results 1 to 2 of 2

Thread: Newline creation in Simba FileWriting

  1. #1
    Join Date
    Mar 2017
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Question Newline creation in Simba FileWriting

    Currently trying to use the FileWriting capabilities of Simba for bitmap creation purposes. Using the WriteFileString method how do I add a newline character? I have tried /n and the typesend commands to no avail.

  2. #2
    Join Date
    Jan 2013
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Try using character 13 and 10,

    Code:
    'test'+ chr(13) + chr(10) +'test2'

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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