Announcement

Collapse
No announcement yet.

UCODEPAGE Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Walt Thompson
    replied
    Many Thanks Gentlemen!

    It would be helpful if the PB documentation included references to the relevant material.

    Leave a comment:


  • José Roca
    replied
    Code Pages Supported by Windows

    Leave a comment:


  • Chris Holbrook
    replied
    by restoring the previous value saved using the TO parameter?

    Code:
    #compile exe
    #dim all
    function pbmain () as long
        local a, c, oldone as long
    
        a = 123
        ucodepage a to oldone
        ucodepage oldone to c
        ? str$(c) + " was your previous codepage!"
        
    end function

    Leave a comment:


  • Walt Thompson
    started a topic UCODEPAGE Question

    UCODEPAGE Question

    How does one find the value of numexpr in the UCODEPAGE numexpr statement?
Working...
X