[rkward-devel] Help with rkward .js code

meik michalke Meik.Michalke at uni-duesseldorf.de
Thu Oct 23 13:47:13 UTC 2014


hi peter,

not sure whether this has been answered yet...

Am Donnerstag, 21. August 2014, 10:12:28 schrieb Peter Mayer:
> 	In the second line, in particular, I don't know how to express the
> 'tilde' in rk format.  Here's one version of what I've tried, all of
> which cause a parsing error:
> 
> echo (' lml <- lm(' + y + \"~\" + x +');\n');

try

 echo (' lml <- lm(' + y + '~' + x +');\n');

instead.

> I feel that there's something very elementary that I've missed, but I
> don't know what it is! Is there a syntax reference that I can consult?

when you start RKWard (or hit F1), there's a "welcome to RKWard" page. scroll 
down to the bottom and click the "Introduction to Writing Plugins for RKWard" 
link.


viele grüße :: m.eik

-- 
  dipl. psych. meik michalke
  institut f"ur experimentelle psychologie
  abt. f"ur diagnostik und differentielle psychologie
  heinrich-heine-universit"at d-40204 d"usseldorf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20141023/ea3f2172/attachment.sig>


More information about the Rkward-devel mailing list