SplitHousenumber (open)

Split the 'detail' or 'suffix' from a housenumber

Syntax

LOADLIB "mod::wrd/lib/address.whlib";

RECORD FUNCTION SplitHousenumber(STRING indata)

Parameters

STRING indata

String with housenumber and addition

Return value

RECORD

Splot housenumber and addition

STRING detail

Detail part (eg 'A', '-6')

STRING nr

House number (digits part)