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
LuhnCheck (Function)
In french: LuhnVérifier
Checks that the given sequence is valid according to the Luhn formula.
Example
sIDNumber is string = EDT_IDNum
IF LuhnCheck(sIDNumber) THEN
Info("Valid number")
ELSE
Info("Invalid number")
END
Syntax
<Result> = LuhnCheck(<Identifier>)
<Result>: Boolean
  • True if the sequence is valid according to the Luhn formula,
  • False otherwise.
<Identifier>: Character string
Sequence 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