Results 1 to 3 of 3

Thread: Does the DQuote$ string function work?

  1. #1
    Junior Member
    Join Date
    Dec 2023
    Posts
    12
    Rep Power
    3

    Does the DQuote$ string function work?

    The DQuote$ and SQuote$ functions give me nothing but errors.


    What is wrong with my simple program here? Am I overlooking something obvious?


    Uses "Console"
    dim temp1, temp2 as String

    temp1 = "blah blah"
    temp2 = DQuote$(temp1)
    printl temp2

    WaitKey

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    Maybe you just need latest thinBasic beta version
    https://www.thinbasic.com/community/...ll=1#post96530

    In any case, if all will go well, today we should release thinBasic 1.12
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    Junior Member
    Join Date
    Dec 2023
    Posts
    12
    Rep Power
    3
    Yes! Working good with latest version.

Similar Threads

  1. Formatting string in Bin_To_Hex$ function
    By dco045 in forum Suggestions/Ideas discussions
    Replies: 3
    Last Post: 30-12-2020, 20:19
  2. string function & loop question
    By largo_winch in forum thinBasic General
    Replies: 4
    Last Post: 26-09-2012, 17:20
  3. Problem with returning a string from a function
    By DavidMead in forum Module SDK (Power Basic version)
    Replies: 4
    Last Post: 26-11-2008, 12:51
  4. CALL keyword with function name as string expression
    By ErosOlmi in forum Sources, Templates, Code Snippets, Tips and Tricks, Do you know ...
    Replies: 0
    Last Post: 07-09-2006, 16:16

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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