Announcement

Collapse
No announcement yet.

New to efs: reading-writing files, sending emails

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New to efs: reading-writing files, sending emails

    I wish to:

    A. read and write files from within efs
    B. send email alters from within efs
    C. run a javascript buy sell indicator I wrote.

    How do I do this.

    I'm new to efs, so please forgive such a basic question.

    Cheers,

    Coffee

  • #2
    Re: New to efs: reading-writing files, sending emails

    eparks
    A) You do this using the File Object
    B) You do this using the Alert.email() function
    C) You would need to write that in efs
    If - as you indicate - you are unfamiliar with programming in efs you may want to review the JavaScript for EFS video series and the Core JavaScript Reference Guide. Those will provide you with a thorough introduction to programming in JavaScript which is at the foundation of EFS. Then go through the EFS KnowledgeBase and study the Help Guides and Tutorials which will provide you with the specifics of EFS.
    If at any time you have a question or a specific programming issue post it in the EFS Studies forum and someone will try to assist or guide you in resolving it.
    Also try running a search through this forum as you will find many examples are already available.
    Alex



    Originally posted by eparks
    I wish to:

    A. read and write files from within efs
    B. send email alters from within efs
    C. run a javascript buy sell indicator I wrote.

    How do I do this.

    I'm new to efs, so please forgive such a basic question.

    Cheers,

    Coffee

    Comment

    Working...
    X