Announcement

Collapse
No announcement yet.

mak(quad,...)

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

  • Cliff Nichols
    replied
    Wie ghets Heinz Meine Duestches ist nicht so gute but Welcome to the world of PB.

    Quite often you will find that offering a demo will get more results, or even in the concept of trying to offer a demo, you find the problem yourself

    Leave a comment:


  • Heinz Grandjean
    replied
    Hello again!

    Sometimes questions are silly and so was mine!
    I made a mistake in reading out the quad value, because I used a reading-function for Dword/long variables.
    I apologize for waisting Your time and many thanks to Mr. Mattias.

    Greetings from Germany
    Heinz Grandjean

    Leave a comment:


  • Michael Mattias
    replied
    Allegedly failing code not shown.

    Here is some allegedly WORKING JUST FINE code:
    Code:
    FUNCTION PBMAIN () AS LONG
    
     LOCAL L1 AS LONG, L2 AS LONG, Q AS QUAD
     
     L1 = 1&
     L2 = 2&
     Q  = MAK(QUAD,L1, L2)
     MSGBOX USING$ ("# # # # # " , L1, L2, Q,  LO(LONG,Q), HI (LONG, Q))
    
    END FUNCTION
    MCM

    Leave a comment:


  • Heinz Grandjean
    started a topic mak(quad,...)

    mak(quad,...)

    Hello Community!

    I can't get MAK(Quad,mylong1,mylong2) to work properly.
    The upper value will not be added, as far as I can see.

    Thanks for help
    and greetings from Germany,
    Heinz Grandjean
Working...
X