User Tools

Site Tools


en:serialize

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:serialize [2016/09/08 14:01]
admin
en:serialize [2020/02/28 10:46] (current)
Line 2: Line 2:
  
 ==== Format ==== ==== Format ====
-**serialize** ( [[arrays|array]] )\\+**serialize** ( [[arrays|variable[]]] )\\
 **serialize** ( [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]] ) **serialize** ( [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]] )
  
Line 27: Line 27:
 a[1,2] = 1.234 a[1,2] = 1.234
  
-stuff = serialize(a)+stuff = serialize(a[])
 print stuff print stuff
  
Line 43: Line 43:
 ==== History ====  ==== History ==== 
 |1.99.99.66|New to Version| |1.99.99.66|New to Version|
 +|1.99.99.72|added required [] to passing variable array|
en/serialize.1473364900.txt.gz ยท Last modified: 2020/02/28 10:46 (external edit)