UNSOLVED

Hemulll

updated

18 years ago

H

Hemulll

2 Intern

138 Posts

0

548

December 10th, 2008 06:00

Dynamic Model - convert string to integer

Hello all.

May i ask how can i convert string to integer in MODEL file ?

attribute string x = "string";

attribute int y = int(x);


this construction not worked.