ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LuhnCalculate (Function)
In french: LuhnCalcule
Calculates the next Luhn check digit for a given sequence.
Example
sNumberToCheck is string = "120 027 016 0056"
cCheckDigit is character = LuhnCalculate(sNumberToCheck)
Info("The check digit is [%cCheckDigit%]")
Syntax
<Result> = LuhnCalculate(<Identifier>)
<Result>: Character string
Luhn check digit for the given sequence
<Identifier>: Character string
Sequence from which the Luhn digit will be determined. This sequence must be composed of numbers and spaces only (spaces are not relevant for the formula).
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/21/2023

Send a report | Local help