help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

creating horizontal array


From: ishi soichi
Subject: creating horizontal array
Date: Sat, 17 Nov 2012 15:44:19 +0900

Hi. I have a general question about Emacs functionality.

Is there a convenient way to produce an array like, 

tmp_arry = ["Toyota", "Honda", "Nissan", "VolksW", "Ford"]

?

I am looking for an easy way to achieve this like cua-mode for

a[0] = "this1"
a[1] = "this2"
a[2] = "this3"
...

soichi

reply via email to

[Prev in Thread] Current Thread [Next in Thread]