Italia
Fonte/ Codesnippets

Dezimalzahl Hexadezimalzahl Zahlenumwandlung

 

Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Zahlenumwandlung (Dezimalzahl in Hexadezimalzahl)
Lauffähig ab Profan-Version 5.0
IntToHex
(c) 1996 Thomas Hölzer, Johann-Hus-Str. 8, 57078 Siegen
Kontakt: thoelzer@tehsoft.de
http://www.prfellow.de
Einen (Long)-Integerwert in Hex umwandeln (wie Hex$ ab Profan 5)
Parameter: Vorzeichenloser Longint
Def HiByte(1) Div&(&(1),$100)
Def LoByte(1) And(&(1),$FF)
Def HiWord(1) Div&(&(1),$10000)
Def LoWord(1) And(&(1),$FFFF)
Def Byte2Hex(1) Add$(Mid$(0123456789ABCDEF,Add(Div&(%(1),16),1),1),
Mid$(0123456789ABCDEF,Add(Mod(%(1),16),1),1))

Proc IntToHex

    Parameters z&
    Declare hx$,hiw&,low&

    Proc Word2Hex

        Parameters z%
        Return  Add$(Byte2Hex(HiByte(z%)),Byte2Hex(LoByte(z%)))

    EndProc

    Let low&=LoWord(z&)
    Let hiw&=HiWord(z&)

    If hiw&

        Word2Hex hiw&
        Let hx$=$(0)

    Else

        Let hx$=0000

    EndIf

    If low&

        Word2Hex low&
        Let hx$=hx$;$(0)

    Else

        Let hx$=hx$;0000

    EndIf

    While Equ$(Mid$(hx$,1,1),0)

        Let hx$=Del$(hx$,1,1)

    Wend

    Let hx$=$;hx$
    Case Equ(Len(hx$),1): Let hx$=$0
    Return hx$

EndProc

Beispiel
Declare test$
Cls

WhileNot Equ(%button,2)

    Let test$=Input$(Dezimalzahl eingeben - Hex erscheint im Titel,$(0),)
    Case Equ(%button,1): IntToHex test$

Wend

 
15.07.2007  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

1.632 Views

Untitledvor 0 min.
Uwe Lang vor 22 Tagen
E.T.14.01.2024
RudiB.01.04.2020
Julian Schmidt13.10.2011
Di più...

Themeninformationen

Dieses Thema hat 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie