Haha :D
I can't stop talking to myself.
In excel I created a txt file of: 0.000, 0.001, 0.002, ... Which I than Imported into matematica.
In[79]:= f = BezierFunction[up]
Out[79]= BezierFunction[{{0., 1.}}, <>]
In[76]:= step =
Import["C:\\Users\\Mitja\\Documents\\nova\\hungary.txt", "Table"]
Out[76]= {{0}, {0.001}, {0.002}, {0.003}, {0.004}, {0.005}, {0.006}, \
{0.007}, {0.008}, {0.009}, {0.01}, {0.011}, {0.012}, {0.013}, \
{0.014}, {0.015}, {0.016}, {0.017}, {0.018}, {0.019}, {0.02}, \.................
{0.982}, {0.983}, {0.984}, {0.985}, {0.986}, {0.987}, {0.988}, \
{0.989}, {0.99}, {0.991}, {0.992}, {0.993}, {0.994}, {0.995}, \
{0.996}, {0.997}, {0.998}, {0.999}, {1}}
Now how do I convince Mathematica to return me coordinates of "f" in values of this step.txt file and maybe even export the coordinates in a new .txt file. ?