Replies: 3 comments
-
P.S.: I dont know if i should post this here or in the "Discussions" section, sorry if I'm wrong. |
Beta Was this translation helpful? Give feedback.
-
Please share a minimal repro, what you expect and
what you get. That means just a couple lines of code that will show the problem.
|
Beta Was this translation helpful? Give feedback.
-
for example:
What i exactly expect, i wanna use just sub-functions like .Now.Date or .ToString();.. I can use like this
But i cant use: like this
This sub-function or anything, it doesnt matter. I can only the "main" function, not sub-functions.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question/problem about jint. so i'm sending you a sample code block now, and i'm gonna explain my problem..
for example engine.SetValue("DT", typeof(System.DateTime));
I was able to run this on the javascript side but. I can't access the sub-functions like of the System.DateTime part. I can't use them. How should I do this definition? I can use the main part of the library/function I defined but I can't use the sub-parts (functions).
for example:
this sub-command as you can see (.ToString) is not working like and crashing.
if i use .ToString
and if i dont use this command like this (i just add comment for ToString)
It is working butt so in tihs case, i cant use sub functions?
Also i have a problem so,
as you can see, its not working some parts
paramsDate: undefined
probably .Date part is not working cuz also this is a sub-function of .Parse
I'm either defining this wrong or I don't have an idea how to do it. Can anyone help me, I would be really grateful..
I tried every single way and i didnt..
Beta Was this translation helpful? Give feedback.
All reactions