javascript conversion

  1. M

    Android Question Equivalent of arraybuffer.slice(start, end) in B4X

    Hi everyone, i'm trying to porting some javascript (react) code into B4A, but the data.slice(from, to) function is used to create blocks of 512bytes from a larger file. What is the equivalent in B4X? Thanks in advance
  2. Mashiane

    B4J Question [BANAno] [SOLVED] Javascript to BANano - How to initialize a new function?

    Hi there Just hit a wall... var FizzyText = function() { this.message = 'dat.gui'; this.speed = 0.8; this.displayOutline = false; this.explode = function() { ... }; // Define render logic ... }; window.onload = function() { var text = new FizzyText(); var gui = new dat.GUI()...
Top