English
Source / code snippets

validly Isbn Verify Validator

 

CompileMarkSeparation
Source wurde am 30.08.2006 in die Babyklappe auf XProfan.Com abgelegt:
Diese Proc prüft, ob eine ISBN-Nummer valid ist.
Eine valide ISBN-Nummer ist z.B.: 0-672-31285-9.
Jede Zahl wird mit ihrer Position multipliziert.
Wenn das Ergebnis durch 11 teilbar ist, ist die Nummer valid: 0*10 + 6*9 + 7*8 + 2* 7 usw.
Da ich blutiger Anfänger bin wird das wohl viel eleganter zu lösen sein.Trotzdem.....
Declare Eingabe$,Ziffer%[10],Ergebnis%

Proc ISBN_Pruef

    Let Eingabe$ = @Translate$(Eingabe$,-,)

    WhileLoop 10

        Ziffer%[&Loop]  = @Val(@Mid$(Eingabe$,&Loop,1))

    EndWhile

    Let Ziffer%[1]  = Ziffer%[1]*10
    Let Ziffer%[2]  = Ziffer%[2]*9
    Let Ziffer%[3]  = Ziffer%[3]*8
    Let Ziffer%[4]  = Ziffer%[4]*7
    Let Ziffer%[5]  = Ziffer%[5]*6
    Let Ziffer%[6]  = Ziffer%[6]*5
    Let Ziffer%[7]  = Ziffer%[7]*4
    Let Ziffer%[8]  = Ziffer%[8]*3
    Let Ziffer%[9]  = Ziffer%[9]*2
    Let Ziffer%[10] = Ziffer%[10]*1
    Let Ergebnis% = Ziffer%[1]+Ziffer%[2]+Ziffer%[3]+Ziffer%[4]+Ziffer%[5]+Ziffer%[6]+Ziffer%[7]+Ziffer%[8]+Ziffer%[9]+Ziffer%[10]

    If (Ergebnis% mod 11 = 0)

        Print richtige ISBN-Nummer

    Else

        Print ungültige ISBN-Nummer

    EndIf

EndProc

CLS
Eingabe$ = @Input$(ISBN Nummer eingeben:, ISBN-Nummer prüfen, 0-6723-1285-9)
ISBN_Pruef
WaitInput
 
08/30/06  
 




Jörg
Sellmeyer
time one little machine:
-less code
-Result% through Result! supplant, otherwise there with Values over 1.4~Mrd Problems.
In any drop what dazugelernt over ISBN-numbers
CompileMarkSeparation
Source wurde am 30.08.2006 in die Babyklappe auf XProfan.Com abgelegt:
Diese Proc prüft, ob eine ISBN-Nummer valid ist.
Eine valide ISBN-Nummer ist z.B.: 0-672-31285-9.
Jede Zahl wird mit ihrer Position multipliziert.
Wenn das Ergebnis durch 11 teilbar ist, ist die Nummer valid: 0*10 + 6*9 + 7*8 + 2* 7 usw.
Da ich blutiger Anfänger bin wird das wohl viel eleganter zu lösen sein.Trotzdem.....
Declare Eingabe$,Ziffer%[10],Ergebnis!

Proc Isbn_pruef

    Let Eingabe$ = @Translate$(Eingabe$,-,)

    Whileloop 0,9

        Ziffer%[&Loop] = @Val(@Mid$(Eingabe$,&Loop + 1,1))
        Ziffer%[&Loop] = Ziffer%[&Loop] * &Loop + 1
        Ergebnis!=Ergebnis! + Ziffer%[&Loop]

    Endwhile

    If (Ergebnis! Mod 11 = 0)

        Print richtige ISBN-Nummer

    Else

        Print ungültige ISBN-Nummer

    Endif

Endproc

Cls
Eingabe$ = @Input$(ISBN Nummer eingeben:, ISBN-Nummer prüfen, 0-6723-1285-9)
Isbn_pruef
Waitinput
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
08/30/06  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

3.181 Views

Untitledvor 0 min.

Themeninformationen

this Topic has 2 subscriber:

unbekannt (1x)
Jörg Sellmeyer (1x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie