B4J Library [B4X] Eval (expressions evaluator) - Erel    Mar 27, 2019   (26 reactions)   tags: eval calculate expression As B4XEval
e.Initialize(Me, "Eval")
Log(e.Eval("1 + Min(2, Max(-4, 1), 6)"))
Log(e.Eval("-(2+5)*(7-3) + Sin(15 + 15) + Cos(30)"))
Log("Error? " & e... B4J Question EvalWithResult & Promises [SOLVED] - ilan    Aug 8, 2021 hi
how can we use websocket EvalWithResult function with promises?
thanx, ilan... B4J Question ABMaterial - multiple calls to ws.Eval - JackKirk    Nov 24, 2024 .Eval(script_str, Null)
PassedPage.Resume
...
'Create raw script
script_str...)
....
'Load translated script
PassedPage.Pause
PassedPage.ws.Eval(script_str... PassedPage.ws.Eval(script_str, Null) calls without wrapping them in PassedPage.Pause/Resume.
Which led... B4A Library MteEval - B4X Expression Compiler and Eval Library (Open Source) - stanmiller    May 12, 2017   (18 reactions) B4X Expression Compiler and Eval Library
MteEVAL is a library for compiling and evaluating... formulas by team members, product mixes and sales goals.
Codeblocks
MteEVAL implements a single class... B4J Code Snippet [BANano]: Executing code without using BANano.Eval - Mashiane    May 1, 2019   (1 reaction) Hi So here I am trying to figure out how I will execute this code. var str = numeral(3000).format('0,000'); Then I remembered that there was something to Initialize JQuery and Leaflet being Dim J As BANanoObject J.Initialize("$") So I decide, let me try this idea out, so Dim N As BANanoObject N.Initialize("numeral") And I need to pass the value 3000 and then run ... B4J Question WS_Eval issue - Harris    Jun 1, 2017 application using ws.Eval().
This:
Dim script As String = "//104.168.173.164:51046/send?password=123&text="&msg
ws.Eval("window.location = arguments", Array As Object... B4J Question [ Jserver 3 ] Error on ws.eval async function - alwaysbusy (first post)    Dec 25, 2022   (1 reaction) You can not use async methods with ws.eval. You will have to rewrite the method as a classic promise with .then() and raise an event. Without seeing the original javascript it is impossible to help you with doing that.... B4J Question WebApp: help with WS.Eval("window.location .... - billyrudi    Jan 28, 2016 Hi can anyone help me to understand why after a
WS.Eval("window.location = arguments", Array As Object(Url))
the page is not redirect?
the server log reports
"GET //www.solargs.it/ws... B4J Question [SOLVED] WebApp: WS.Eval("window.location = arguments[0]", Array As Object("")) doesnt want redirect on mobile device - Ganiadi (first post)    Mar 22, 2022   (1 reaction)
Maybe this will help: https://www.b4x.com/android/forum/threads/webapp-help-with-ws-eval-window-location.62898/post-397170
Hi Erel, thanks for the reference,
and i solved the problem by updating b4j_ws.js to version 0.92
Tks for your help... B4J Question [B4X Eval] Adding a "power" operator? - MegatenFreak (first post)    Dec 2, 2020
Hi you forgot to add your Power function : ^ in Initialize of the B4XEval class :
Patrick
Thanks! That did the trick!
At first I... Page: 1   2   3   4   5   6   |