User Tools

Site Tools


contributors:jh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
contributors:jh [2022/08/25 14:14] – [Scratchpad] jerryhoppercontributors:jh [2022/08/25 15:49] (current) jerryhopper
Line 96: Line 96:
 ctx.POST(callback,"RequestPath?Argument=Something", "{\"someVar\": 1337}"); ctx.POST(callback,"RequestPath?Argument=Something", "{\"someVar\": 1337}");
 </code> </code>
 +
 +
 +**FileHandle**
 +
 +Scripts/Core/generated/System/FileHandle.c
 +
 +<code>
 +FileHandle file = FileIO.OpenFile("$profile:testiik.txt", FileMode.WRITE);
 +if (file != 0)
 +{
 +file.FPrint("A");
 +file.FPrint(file, "B");
 +file.FPrint(file, "C");
 +file.CloseFile();
 +}
 +
 +</code>
 +
  
  
contributors/jh.txt · Last modified: 2022/08/25 15:49 by jerryhopper

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki