I currently using V12 in a crossplatform project.

Always I have used a crossplatform software, I find it is not 100%
crossplatform. For example, with V12 I can't read a DB structure from a text
file from Mac and I can read it from a PC, otherwise I can't read a DB
structure from a field member from PC and I can read it from Mac, so with a
few commands I need write the code twice.

For Mac:
mReadDBStructure(gDB,"LITERAL",field "definition")

For PC
mReadDBStructure(gDB, "TEXT", the moviePath & "definition.txt")

Bye



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to