Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Javascript equiv of vfp chr(nn)
Message
De
24/08/2002 12:26:12
 
 
À
24/08/2002 11:18:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00693290
Message ID:
00693297
Vues:
19
>How do I represent the vfp chr(13), chr(10), chr(nn) in JavaScript code?

It's C style: '\r', '\n', '\xXX' where XX is the hexadecimal representation of the character (such as VFP's 0xXX). Other relevant escape sequences are '\\', '\"' and '\''.
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform