ILoveControl Posted January 11, 2017 Share Posted January 11, 2017 Ok I know we have os.date in LUA, but I really don't feel like creating a driver just to give me a variable with the date/time. I am busy doing some programming where I need to store the date/time an even occurred in a variable so that I can use it later in the rest of my programming (non LUA programming) Is there a way to do this in composer not in LUA (unless thats the ONLY way)? Like: My_Variable = SomeThing.GetTime() Link to comment Share on other sites More sharing options...
RyanE Posted January 12, 2017 Share Posted January 12, 2017 There is no System Date variable in Composer. As you've said, you could expose one in a DriverWorks driver by calling the os.date function. RyanE Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.