| To: | REALbasic NUG French <realbasic-nug.fr@lists.realsoftware.com> |
|---|---|
| Subject: | Re: Comment créer une constante kTab ? |
| From: | Peter Pan <peterpan2800@gmail.com> |
| Date: | Wed, 29 Jul 2009 14:51:17 -0400 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug.fr-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug.fr-bounces@lists.realsoftware.com; dkim=pass (test mode) header.i=@gmail.com |
| Delivered-to: | listarchive@realsoftware.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Qy8k7M8woXTQ057hAtZyF4Q8a2OhbnJ9cK1BENJj6eo=; b=iGOYlWr58WVJXoh6L58QQr17e5o5rrMYrVHsn2D4g+YkDxSfFy7z6dAnLEShtTII8c lcPOG9jve7WGer6EyphhMaPADDw+QJckkVf8iFBFIP8rhq8rhxA2gsori6MNlTyOKeu/ Iso9dT17vRE2uEYiPmf/32MOlvq4M1HMJ3F6U= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=ZaHpWXr2yaser/r5HkRvuvgGBjEd+Yxq6ST31KeuXjHXzgRZO7edKdp54BeXSaEuzO ASF+taCs5H3bvrdX00dLxQnrrDi/CgO+KP41vCjs/5ZLYePBI4nbNJk0Po3uLLqDX3E9 Zx1B3J66ud26buiZVd9b2q+0UvBTtUrQ1Fc3E= |
| In-reply-to: | <738D75DC-36AD-438C-A32A-5C722D115802@realsoftware.fr> |
| References: | <31125040.150533.1248875315532.JavaMail.www@wwinf1608> <738D75DC-36AD-438C-A32A-5C722D115802@realsoftware.fr> |
| Reply-to: | REALbasic NUG French <realbasic-nug.fr@lists.realsoftware.com> |
| Sender: | realbasic-nug.fr-bounces@lists.realsoftware.com |
Dites-moi si je me trompes... const kTab = &u0009 const kCR = &u000D Merci Daniel Le Jul 29, 2009 à 12:51 PM, olivier corouge a écrit : Le 29 juil. 09 à 15:48, emile.a.schwarz a écrit :[à vue de nez (bouché ?), il n'y a rien que je ne veuille ajouter; je dois mal m’y prendre!]oui en effettu utilises une fonction pour définir une constante, ce qui n'est pas possible.La solution c'est d'utiliser &u qui sert a définir une constante. Dans ton cas :const kTab = &u000Drecherche sur google unicode table pour avoir les valeurs unicode dont tu as besoin.Olivier. --- Olivier Corouge - REAL Software Support Technique en Français 43, Rue Marius Aufan 92300 Levallois-Perret (FR) http://www.realsoftware.fr |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Accéder à une de mes propriété de fenêtre, Arnaud Nicolet |
|---|---|
| Next by Date: | Re: Accéder à une de mes propriété de fenêtre, Eric Ferrer |
| Previous by Thread: | Re: Comment créer une constante kTab ?, emile.a.schwarz |
| Next by Thread: | Re: Comment créer une constante kTab ?, olivier corouge |
| Indexes: | [Date] [Thread] [Top] [All Lists] |