Re: How do I replace a space for a different character?



Thank you. I got that to work. One more question please. How do I
break a string into two parts,

so something like

$x = "This is a string of data I want to break apart";

<run something to count the first 25 characters and split into 2 parts>

$x1 = first part;
$x2 = second part;

Thanks so much for your knowledge and help!

~Matt

.



Relevant Pages

  • Re: Removing Date and Time
    ... Outstanding! ... Thanks, Matt. ... I figured was the number of characters too and tried changing ... Prev by Date: ...
    (comp.periphs.scanners)
  • Re: Variable naming convention
    ... How would java compilers otherwise know if a string of characters was a ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: Dialog titles
    ... take dialog window size of width, ... and add some null characters in the dialog title string ... Prev by Date: ...
    (microsoft.public.pocketpc.developer)
  • Search and Replace question - SEARCHANDREPLACE.fsl (0/1)
    ... string of characters per field. ... I am trying to work on a dbf table ... Prev by Date: ...
    (comp.databases.paradox)
  • Re: Save as CSV applescript problem
    ... Matt, ... tell application "Microsoft Excel" ... set f_path to path to desktop as string ... Prev by Date: ...
    (microsoft.public.mac.office.excel)