Skip to main content
Skip table of contents

u.LINKS(text, count)

Geeft als resultaat het aantal tekens vanaf het begin van een tekenreeks.

PY
a = 'Mooqe U-turn'
b = 135
a = u.LINKS(a, 2)
b = u.LINKS(b, 2)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.