View Issue Details

IDProjectCategoryView StatusLast Update
0000439MetaPostfeature requestpublic2016-11-25 11:21
ReporterHans Hagen Assigned Toluigi scarso  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000439: communicate back from mp (reminder)
Descriptionjust an idea:

string test ; test = "something"; export test ;

this directly pushes a value into exports; at the lua end we have a table

exports = {
   test = "something",
}

there should be a way to clear the exports, although that could also be done at the lua end
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-07-27 12:48 Hans Hagen New Issue
2016-11-25 11:21 luigi scarso Status new => closed
2016-11-25 11:21 luigi scarso Assigned To => luigi scarso
2016-11-25 11:21 luigi scarso Resolution open => fixed