Heinz napsal(a): > Hi, it's a kind of silly question: How can i use a string as a type? for example > i want to pass a parameter as a string but the compiler says string is not > defined, which module dhould i import to work with strings? > > thx. > > try to write somewhere in declaration part: alias char[] string; or use char[] as string:)