ok as you see there is a enter here how would i make this work in the codeCode:' , ip_address:
cos i keep getting a line error when i do
i have tryed " and 'Code:Endstring = " ' , ip_address:";
thanks all
Professional Software Development Tools
ok as you see there is a enter here how would i make this work in the codeCode:' , ip_address:
cos i keep getting a line error when i do
i have tryed " and 'Code:Endstring = " ' , ip_address:";
thanks all
Are you referring to a carriage return? If so that is "\r\n".
Also, you can set up strings using a multi-line technique.
Code:Endstring = [[ ' , ip_address:]];Code:--that method will include any spaces you enter in the code; therefore, if you write... sMyFirstString = [[This is my first string]]; --you will see that it is different than... sMySecondString = [[... This is my second string see...]]; Dialog.Message("First", sMyFirstString); Dialog.Message("Second", sMySecondString);
Last edited by Centauri Soldier; 02-06-2009 at 09:27 PM.
Action Plugins
AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
Download