Hi, is there somthing like the C++ std::fill() e.g. I want to create a sequence of 5 0's a = [0, 0, 0, 0] -- Johannes