Ergebnis = %int(NumFeld - %int(NumFeld/100)*100)

Wenn negative Werte vorkommen, dann

Ergebnis = %int(NumFeld - %int(%abs(NumFeld)/100)*100)