PDA

View Full Version : Function chr(13) - Where does it stand for?



Mod Mopar
11-25-2006, 08:41 PM
I have looked in the SRL Manual where I found this:
function Chr13(substr: String): Integer;
By: Yakman
Description:
starts at substr and returns the position of the next Chr(13)

But I don't understand it =/ I am new in the SCAR & SRL section. Can someone explain this?

Infantry001
11-25-2006, 08:52 PM
This is just a function that looks for hte next [] shape in a file made by scar. it is used for the User Form. I dont think you need to worry about it. Now if you mean what is SendKeys(chr(13)) that means to press enter :D

Mod Mopar
11-25-2006, 09:02 PM
Now if you mean what is SendKeys(chr(13)) that means to press enter :D
Lolz, thats what I needed to know, thank you very much :)