Gian Medri wrote: > > Hi ! > > I have a verb for numerical control of an edit text. NB. In Sweden we use > "," instead of dot. > numcon=: 3 :'*./y e.''1234567890,''' > I tried to have the same verb in tacit form without success. > > Thanks > Gian Medri > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > numcon1 =: [: *./ e.&'123456789,'
-- View this message in context: http://old.nabble.com/tacit-vs-explicit-tp32810041s24193p32810149.html Sent from the J Programming mailing list archive at Nabble.com. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
