First time here? Check our help page!
2

How to change window size with EP-Macro

I tried to use jEPlus nowadays and there's an example to change window size with EP-Macro.

I can see

##if #[Top[] LE Bottom[]]
##set1 NewTop #eval[Bottom[] + 0.10]

Is it okay there no number inside []?

I think it's weird.

Jisu's avatar
81
Jisu
asked 2015-03-29 21:34:46 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-07-11 19:03:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Top[] and Bottom[] are parameters defined somewhere earlier in the file. The brackets are part of EP-Macro. You should see somewhere ##set1 Top "some parameter" and ##set1 Bottom "some other parameter".

Ivan Korolija's avatar
911
Ivan Korolija
answered 2015-03-30 03:54:19 -0500
Jamie Bull's avatar
5.1k
Jamie Bull
updated 2015-03-30 05:28:07 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments