| FileSystem.loadFileHEX() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
| Back to FileSystem Class Summary |
| Availability |
| Windows, Mac OSX, Linux |
| Usage |
| mdm.FileSystem.loadFileHEX(filePath:String):String |
| Parameters |
| filePath:String - Path of text file to load |
| Returns |
| A String |
| Description |
| Loads HEX or a pipe delimited decimal string from the specified file. |
| Notes |
| None |
| Example Code |
| var myHEXData:String = mdm.FileSystem.loadFileHEX("c:\\myText.txt"); |
| mdm.FileSystem Class Example Downloads |
| No Example Downloads Available |
| Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here | |
| After Logging In, Click Here to Refresh This Page |