0

I can't seem to find answer anywhere on how to create a string array with finite numbers of characters.

For instance, in Delphi you can declare a string array variable with x number of characters like so.

var TmpStr:string[10];

How do you do the same in Delphi Prism? or Can you even do that?

Thanks

1 Answer 1

1

All the Array types in (Delphi) Prism / the Oxygene language are explained here: http://prismwiki.embarcadero.com/en/Array_Types

Sign up to request clarification or add additional context in comments.

1 Comment

@ Sebastian, I was on this website up and down. That website is very tricky to navigate. If you loose your way, you have to start all over again. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.