PDA

View Full Version : Can I evaluate VFP expressions from inside Python code?



Question
2011-07-03, 06:07
Can I evaluate VFP expressions from inside Python code?

lianjasupport
2011-07-03, 06:11
Yes, the Visage Application Framework makes a Lianja module available to Python. Simply import this module and use Lianja.evaluate(VFPexpression).